chore: adjust path of test utils (#4997)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import Vue from 'vue';
|
||||
import CountDown from '..';
|
||||
import { mount, later } from '../../../test/utils';
|
||||
import { mount, later } from '../../../test';
|
||||
|
||||
Vue.use(CountDown);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user