CASH-1428 - Ran format
This commit is contained in:
parent
af0f9c2bd8
commit
e8f5bc9e24
1 changed files with 4 additions and 4 deletions
|
|
@ -8,7 +8,7 @@ import store from "@/store";
|
||||||
import { experimentSettings } from "@/constants/experiments";
|
import { experimentSettings } from "@/constants/experiments";
|
||||||
|
|
||||||
global.crypto = {
|
global.crypto = {
|
||||||
randomUUID: jest.fn()
|
randomUUID: jest.fn(),
|
||||||
};
|
};
|
||||||
// Mock our module for promises.
|
// Mock our module for promises.
|
||||||
jest.mock("@/helpers/layout-helper.js", () => ({
|
jest.mock("@/helpers/layout-helper.js", () => ({
|
||||||
|
|
@ -84,10 +84,10 @@ function setupMocks() {
|
||||||
city: "Anytown",
|
city: "Anytown",
|
||||||
state: "OH",
|
state: "OH",
|
||||||
zipCode: "00000",
|
zipCode: "00000",
|
||||||
provider: { providerNumber: "0000567"}
|
provider: { providerNumber: "0000567" },
|
||||||
},
|
},
|
||||||
vehicle: { year: 2020, make: "Toyota", model: "Camry", carId:"12345" },
|
vehicle: { year: 2020, make: "Toyota", model: "Camry", carId: "12345" },
|
||||||
damage: {isRepair: false}
|
damage: { isRepair: false },
|
||||||
},
|
},
|
||||||
policy: {
|
policy: {
|
||||||
currentDeductible: 123,
|
currentDeductible: 123,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue