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