chore: adjust path of test utils (#4997)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import Vue from 'vue';
|
||||
import Dialog from '..';
|
||||
import DialogComponent from '../Dialog';
|
||||
import { mount, later, trigger } from '../../../test/utils';
|
||||
import { mount, later, trigger } from '../../../test';
|
||||
|
||||
test('Dialog function call', async () => {
|
||||
Dialog.close();
|
||||
|
||||
Reference in New Issue
Block a user