Removing unneeded references.
This commit is contained in:
parent
9465cb12d1
commit
09af8b4025
2 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
import { queryStrings } from "@/constants/query-strings";
|
||||
import { externalUrls } from "@/router/router-constants/externalUrl-values";
|
||||
import { lazyLoadComponent } from "@/router/dynamic-routing/component-loader.js";
|
||||
import { issPageValues } from "@/router/router-constants/issPage-values";
|
||||
import { useMainStore } from "@/store";
|
||||
|
||||
import router from "@/router";
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
import {
|
||||
getPageToRouteExistingOrderTo
|
||||
} from "@/helpers/heritage-integration/navigation-helper";
|
||||
import * as orderHelper from "@/helpers/heritage-integration/order-helper";
|
||||
import { lazyLoadComponent } from "@/router/dynamic-routing/component-loader.js";
|
||||
import { storeActions } from "@/constants/store-actions";
|
||||
import { setupMocksForJsFiles, getMockOrderInfo } from "@/helpers/unit-test-helper.js";
|
||||
|
|
@ -11,6 +10,7 @@ import { issPageValues } from "@/router/router-constants/issPage-values";
|
|||
|
||||
import router from "@/router";
|
||||
|
||||
|
||||
// Mock Lazy Load
|
||||
jest.mock("@/router/dynamic-routing/component-loader.js", () => ({
|
||||
lazyLoadComponent: jest.fn(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue