Skip to content

Commit c6ce4a5

Browse files
committed
Small fix for test
1 parent 18fd651 commit c6ce4a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/integrations/inputs/input-text.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import {DOMWrapper, mount, VueWrapper} from "@vue/test-utils";
22
import EmptyApp from "../components/EmptyApp.vue";
33
import {defineComponent, h} from "vue";
4-
import {InputField, STORE, Form, FormField} from "../../../src/index";
4+
import {InputField, Form, FormField} from "../../../src/index";
5+
import STORE from "./../../../src/config/store";
56
import {FormFieldValidationCallback} from "../../../src/types";
67
import AppInputTextPretty from "../components/input-text/AppInputTextPretty.vue"
78

0 commit comments

Comments
 (0)