mirror of
https://github.com/youzan/vant.git
synced 2026-04-06 02:00:43 +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,5 +1,5 @@
|
||||
import Progress from '..';
|
||||
import { mount, later } from '../../../test/utils';
|
||||
import { mount, later } from '../../../test';
|
||||
|
||||
test('calc width', async () => {
|
||||
const wrapper = mount(Progress, {
|
||||
|
||||
Reference in New Issue
Block a user