Skip to content

Commit 26be439

Browse files
seanpdoylejfuchs
andauthored
Update test/test.js
Co-authored-by: Jonathan Fuchs <21195+jfuchs@users.noreply.github.com>
1 parent f02c7d3 commit 26be439

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ describe('tab-container', function () {
275275
assert.equal(counter, 2)
276276
})
277277

278-
it('does not supports left and right keyboard shortcuts', () => {
278+
it('does not support left and right keyboard shortcuts', () => {
279279
const tabContainer = document.querySelector('tab-container')
280280
const tabs = document.querySelectorAll('button')
281281
const panels = document.querySelectorAll('[role="tabpanel"]')

0 commit comments

Comments
 (0)