We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 257f7f0 commit 384ea35Copy full SHA for 384ea35
components/slider/__tests__/index.test.js
@@ -22,6 +22,6 @@ describe('Slider', () => {
22
}, 1000);
23
await asyncExpect(() => {
24
expect(document.body.innerHTML).toMatchSnapshot();
25
- }, 100);
+ }, 1000);
26
});
27
0 commit comments