chore: adjust path of test utils (#4997)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import Vue from 'vue';
|
||||
import Toast from '..';
|
||||
import ToastVue from '../Toast';
|
||||
import { later } from '../../../test/utils';
|
||||
import { later } from '../../../test';
|
||||
|
||||
test('create a forbidClick toast', async () => {
|
||||
const toast = Toast({
|
||||
|
||||
Reference in New Issue
Block a user