Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 034158c

Browse files
author
Matt Goo
committed
fix: remove .only (#794)
1 parent 74379af commit 034158c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/list/index.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ test('renders 3 list items', () => {
416416
assert.equal(wrapper.childAt(0).children().length, 3);
417417
});
418418

419-
test.only('renders list items with tabindex=-1 and first with tabindex=0', () => {
419+
test('renders list items with tabindex=-1 and first with tabindex=0', () => {
420420
const wrapper = mount(
421421
<List>
422422
{threeChildren()}

0 commit comments

Comments
 (0)