Skip to content

Commit 70590e0

Browse files
committed
Tidy up test setup
1 parent 0782ff3 commit 70590e0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/test.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,8 @@ describe('tab-container', function () {
6363
</div>
6464
</tab-container>
6565
`
66-
tabContainer = document.querySelector('tab-container')
6766
tabs = Array.from(document.querySelectorAll('button'))
6867
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))
7268
})
7369

7470
afterEach(function () {

0 commit comments

Comments
 (0)