CASH-153: update unit test
This commit is contained in:
parent
6772029d71
commit
023ae9cd51
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ import { getMountOptions } from "@/helpers/unit-test-helper.js";
|
|||
import store from "@/store";
|
||||
import router from "@/router";
|
||||
import baseMixin from "../../mixins/base-mixin";
|
||||
import { experimentSettings } from "../../constants/experiments";
|
||||
|
||||
// Mock basemixin
|
||||
jest.mock("@/mixins/base-mixin.js", () => ({
|
||||
|
|
@ -177,6 +178,7 @@ beforeEach(() => {
|
|||
glassParts: [],
|
||||
supportingItems: [],
|
||||
},
|
||||
experimentSettings: {},
|
||||
};
|
||||
});
|
||||
afterEach(() => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue