CSR-628 Cleanup
This commit is contained in:
parent
0bd71aa8e0
commit
a9817400c0
1 changed files with 1 additions and 3 deletions
|
|
@ -6,13 +6,11 @@ import { settleAllPromises } from "@/helpers/layout-helper.js";
|
|||
import * as navigateToHeritage from "@/helpers/heritage-integration/navigation-helper";
|
||||
import baseMixin from "@/mixins/base-mixin";
|
||||
import { fetchCmsContentForPage } from "@/helpers/cms-content-helper";
|
||||
import { shallowMount, flushPromises, mount } from "@vue/test-utils";
|
||||
import { shallowMount } from "@vue/test-utils";
|
||||
import { getMountOptions } from "@/helpers/unit-test-helper.js";
|
||||
import { nextTick } from "vue";
|
||||
import { storeMutations } from "@/constants/store-mutations";
|
||||
import errorMessages from "@/constants/error-messages";
|
||||
import store from "@/store";
|
||||
import router from "../../router";
|
||||
|
||||
jest.mock('@/assets/img/loader.gif', () => 'loader.gif')
|
||||
jest.mock('@/assets/img/windshield.png', () => 'windshield.png')
|
||||
|
|
|
|||
Loading…
Reference in a new issue