mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 19:24:16 +00:00
[Improvement] Slider: add test cases (#1192)
This commit is contained in:
@@ -16,7 +16,7 @@ test('load event', done => {
|
||||
|
||||
setTimeout(() => {
|
||||
expect(wrapper.emitted('input')[1]).toBeTruthy();
|
||||
wrapper.vm.$destroy();
|
||||
wrapper.destroy();
|
||||
done();
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user