mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 02:31:21 +00:00
[Improvement] upgrade to jest-serializer-vue@2.0 (#1215)
This commit is contained in:
@@ -62,7 +62,7 @@ test('render textarea', done => {
|
||||
}
|
||||
});
|
||||
setTimeout(() => {
|
||||
expect(wrapper.html()).toMatchSnapshot();
|
||||
expect(wrapper).toMatchSnapshot();
|
||||
done();
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user