chore: adjust path of test utils (#4997)

This commit is contained in:
neverland
2019-11-13 16:46:01 +08:00
committed by GitHub
parent 4cd132c0ee
commit aee1091c5c
125 changed files with 231 additions and 220 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
import Demo from '../demo';
import demoTest from '../../../test/demo-test';
import { snapshotDemo } from '../../../test/demo';
demoTest(Demo);
snapshotDemo(Demo);
+1 -1
View File
@@ -1,7 +1,7 @@
import Vue from 'vue';
import Collapse from '..';
import CollapseItem from '../../collapse-item';
import { later, mount } from '../../../test/utils';
import { later, mount } from '../../../test';
Vue.use(Collapse);
Vue.use(CollapseItem);