test: update slider update

doc-form
tangjinzhou 2021-12-19 13:52:31 +08:00
parent 257f7f03b5
commit 384ea35ca7
1 changed files with 1 additions and 1 deletions

View File

@ -22,6 +22,6 @@ describe('Slider', () => {
}, 1000);
await asyncExpect(() => {
expect(document.body.innerHTML).toMatchSnapshot();
}, 100);
}, 1000);
});
});