chore(Field): remove log (#7104)

This commit is contained in:
neverland
2020-09-05 06:29:27 +08:00
committed by GitHub
parent 7c3549ad55
commit d0e6bd3c16
2 changed files with 1 additions and 2 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();
});