Skip to content

Commit

Permalink
fix: remove .only (#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Goo committed Apr 30, 2019
1 parent 74379af commit 034158c
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 034158c

Please sign in to comment.