不要なインポートの削除
This commit is contained in:
parent
48df2adeb1
commit
bb3c4894a5
|
@ -1,5 +1,5 @@
|
|||
import MkInput from '@/components/MkInput.vue';
|
||||
import { fireEvent, render, screen } from '@testing-library/vue';
|
||||
import { fireEvent, render } from '@testing-library/vue';
|
||||
import { components } from '@/components/index.js';
|
||||
import { directives } from '@/directives/index.js';
|
||||
import { describe, expect, test, vi } from 'vitest';
|
||||
|
|
Loading…
Reference in New Issue