Skip to content

Commit

Permalink
✅ Fix carousel test case
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Aug 11, 2019
1 parent 950d2d4 commit 5006c01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/carousel/__tests__/index.test.js
Expand Up @@ -87,7 +87,6 @@ describe('Carousel', () => {
<div />
</Carousel>,
);
jest.runAllTimers();
expect(wrapper.render()).toMatchSnapshot();
});
});
Expand Down

0 comments on commit 5006c01

Please sign in to comment.