We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0782ff3 commit 70590e0Copy full SHA for 70590e0
test/test.js
@@ -63,12 +63,8 @@ describe('tab-container', function () {
63
</div>
64
</tab-container>
65
`
66
- tabContainer = document.querySelector('tab-container')
67
tabs = Array.from(document.querySelectorAll('button'))
68
panels = Array.from(document.querySelectorAll('[role="tabpanel"]'))
69
- events = []
70
- tabContainer.addEventListener('tab-container-change', e => events.push(e))
71
- tabContainer.addEventListener('tab-container-changed', e => events.push(e))
72
})
73
74
afterEach(function () {
0 commit comments