more unit test changes
This commit is contained in:
parent
e9a5f999ea
commit
56fd43d916
3 changed files with 672 additions and 668 deletions
|
|
@ -13,6 +13,8 @@ module.exports = {
|
|||
"!src/helpers/unit-test-helper.js",
|
||||
"!src/layouts/component-test/component-test.vue",
|
||||
"!src/layouts/form-test/form-test.vue",
|
||||
"!src/layouts/license-plate-lookup/license-plate-lookup.vue",
|
||||
"!src/layouts/vin-lookup/vin-lookup.vue",
|
||||
"!src/layouts/vehicle-damage/windshield-damage-type-question/windshield-damage-type-question.vue",
|
||||
"!src/layouts/vehicle-damage/windshield-options/windshield-options.vue",
|
||||
"!src/layouts/address-poc/address-poc.vue",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ import { storeMutations } from "@/constants/store-mutations.js";
|
|||
import { navigationScenarios } from "@/router/router-constants/navigation-scenarios.js";
|
||||
import { vehicleCategories } from "@/constants/vehicle-categories.js";
|
||||
import { fmgPageValues } from "@/router/router-constants/fmgPage-values";
|
||||
import { Form } from "vee-validate";
|
||||
import baseMixin from "@/mixins/base-mixin";
|
||||
|
||||
export function getMountOptions(mockData) {
|
||||
|
|
@ -52,6 +53,7 @@ export function getMountOptions(mockData) {
|
|||
|
||||
const global = {
|
||||
mocks: mocks,
|
||||
stubs: { Form }
|
||||
};
|
||||
|
||||
return { global };
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue