This commit is contained in:
Kulbhushan Kaushik 2022-11-01 10:50:47 -04:00
parent 7242c3b04e
commit ab61fd6150

View file

@ -1,7 +1,7 @@
import yearQuestion from "@/layouts/vehicle-year/year-question/year-question";
import { shallowMount } from "@vue/test-utils";
import { getMountOptions } from "@/helpers/unit-test-helper.js";
import { useMainStore } from "../../../store";
import { useMainStore } from "@/store";
describe("year-question.vue", () => {
test("Data from store api are used as radio question answers.", async () => {