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

fix: remove .only #794

Merged
merged 1 commit into from
Apr 3, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/unit/list/index.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ test('renders 3 list items', () => {
assert.equal(wrapper.childAt(0).children().length, 3);
});

test.only('renders list items with tabindex=-1 and first with tabindex=0', () => {
test('renders list items with tabindex=-1 and first with tabindex=0', () => {
const wrapper = mount(
<List>
{threeChildren()}
Expand Down