formatting and fix test
This commit is contained in:
parent
26c6db7eb0
commit
005d0700ff
1 changed files with 3 additions and 2 deletions
|
|
@ -9,8 +9,8 @@ import { fetchCmsContentForPage } from '@/helpers/cms-content-helper';
|
||||||
import { mount } from '@vue/test-utils';
|
import { mount } from '@vue/test-utils';
|
||||||
import { createTestingPinia } from '@pinia/testing';
|
import { createTestingPinia } from '@pinia/testing';
|
||||||
import { nextTick } from 'vue';
|
import { nextTick } from 'vue';
|
||||||
import coverageStatuses from "@/constants/coverage-statuses";
|
import coverageStatuses from '@/constants/coverage-statuses';
|
||||||
import coverageType from "@/constants/coverage-type";
|
import coverageType from '@/constants/coverage-type';
|
||||||
|
|
||||||
jest.mock('@/helpers/layout-helper.js', () => jest.fn());
|
jest.mock('@/helpers/layout-helper.js', () => jest.fn());
|
||||||
|
|
||||||
|
|
@ -173,6 +173,7 @@ function getMountedComponent(mainInitialState = {}, initialData = {}, methodToRu
|
||||||
useMainStore(testingPinia);
|
useMainStore(testingPinia);
|
||||||
methodToRun();
|
methodToRun();
|
||||||
|
|
||||||
|
mountOptions.global.mixins[0].methods.getSettingValue = jest.fn(() => 'false');
|
||||||
mountOptions.global.plugins = [testingPinia];
|
mountOptions.global.plugins = [testingPinia];
|
||||||
mountOptions.mixins = [mockMixin];
|
mountOptions.mixins = [mockMixin];
|
||||||
mountOptions.data = () => (
|
mountOptions.data = () => (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue