perf(NoticeBar): flip

This commit is contained in:
chenjiahan
2020-06-19 21:36:41 +08:00
parent 17d752f882
commit 02219625fb
3 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ test('replay event', async () => {
});
wrapper.find('.van-notice-bar__content').trigger('transitionend');
await later(150);
await later(50);
expect(wrapper.emitted('replay')).toBeTruthy();
});