Skip to content

Commit 384ea35

Browse files
committed
test: update slider update
1 parent 257f7f0 commit 384ea35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/slider/__tests__/index.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ describe('Slider', () => {
2222
}, 1000);
2323
await asyncExpect(() => {
2424
expect(document.body.innerHTML).toMatchSnapshot();
25-
}, 100);
25+
}, 1000);
2626
});
2727
});

0 commit comments

Comments
 (0)