mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
[Improvement] Optimize demo test (#1053)
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
import TreeSelect from '../';
|
||||
import demoTest from '../../../test/demo-test';
|
||||
import { mount } from '@vue/test-utils';
|
||||
|
||||
demoTest(TreeSelect);
|
||||
|
||||
test('empty list', () => {
|
||||
expect(mount(TreeSelect).html()).toMatchSnapshot();
|
||||
});
|
||||
|
Reference in New Issue
Block a user