mirror of
https://github.com/youzan/vant.git
synced 2026-05-05 01:00:55 +08:00
chore: adjust path of test utils (#4997)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import Demo from '../demo';
|
||||
import demoTest from '../../../test/demo-test';
|
||||
import { snapshotDemo } from '../../../test/demo';
|
||||
|
||||
demoTest(Demo);
|
||||
snapshotDemo(Demo);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { mount } from '../../../test/utils';
|
||||
import { mount } from '../../../test';
|
||||
import Steps from '..';
|
||||
import Step from '../../step';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user