mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 01:54:48 +00:00
[Improvement] upgrade to jest-serializer-vue@2.0 (#1215)
This commit is contained in:
@@ -2,7 +2,7 @@ import TreeSelect from '../';
|
||||
import { mount } from '@vue/test-utils';
|
||||
|
||||
test('empty list', () => {
|
||||
expect(mount(TreeSelect).html()).toMatchSnapshot();
|
||||
expect(mount(TreeSelect)).toMatchSnapshot();
|
||||
});
|
||||
|
||||
test('select item', () => {
|
||||
|
Reference in New Issue
Block a user