- fix location InputText.vue in test
parent
10ab377f44
commit
4cc1ad97fb
|
@ -1,5 +1,5 @@
|
||||||
import { mount } from '@vue/test-utils';
|
import { mount } from '@vue/test-utils';
|
||||||
import InputText from '@/components/inputText/InputText.vue';
|
import InputText from './InputText.vue';
|
||||||
|
|
||||||
describe('InputText.vue', () => {
|
describe('InputText.vue', () => {
|
||||||
it('is InputText component exists', async () => {
|
it('is InputText component exists', async () => {
|
||||||
|
|
Loading…
Reference in New Issue