Merge branch 'dev' into next

This commit is contained in:
chenjiahan
2020-09-05 06:33:49 +08:00
4 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ test('replay event', async () => {
});
wrapper.find('.van-notice-bar__content').trigger('transitionend');
await later(50);
await later(80);
expect(wrapper.emitted('replay')).toBeTruthy();
});