CSR-2091 prettier
This commit is contained in:
parent
73144f8347
commit
258c8ec2a3
2 changed files with 5 additions and 5 deletions
|
|
@ -148,7 +148,6 @@ describe("cookies", () => {
|
||||||
expect(result).not.toEqual(testCookieValue);
|
expect(result).not.toEqual(testCookieValue);
|
||||||
expect(typeof result).toEqual("object");
|
expect(typeof result).toEqual("object");
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
describe("Device Id", () => {
|
describe("Device Id", () => {
|
||||||
|
|
|
||||||
|
|
@ -191,7 +191,8 @@ describe("baseMixin.js", () => {
|
||||||
glassParts: [
|
glassParts: [
|
||||||
{
|
{
|
||||||
partNumber: "FW06143GTYN",
|
partNumber: "FW06143GTYN",
|
||||||
description: "solar, heads-up display, third visor frit, soundproofing, rain/light sensor, lane departure warning system",
|
description:
|
||||||
|
"solar, heads-up display, third visor frit, soundproofing, rain/light sensor, lane departure warning system",
|
||||||
color: "Green Tint",
|
color: "Green Tint",
|
||||||
partType: "WINDSHIELD",
|
partType: "WINDSHIELD",
|
||||||
canSafeliteRecalibrate: true,
|
canSafeliteRecalibrate: true,
|
||||||
|
|
@ -205,14 +206,14 @@ describe("baseMixin.js", () => {
|
||||||
laborAmount: 0,
|
laborAmount: 0,
|
||||||
salesTax: 5.0,
|
salesTax: 5.0,
|
||||||
sellingPrice: 5.0,
|
sellingPrice: 5.0,
|
||||||
}
|
},
|
||||||
],
|
],
|
||||||
"id": "73e80976-79be-455a-b4e7-f9b058b61749",
|
id: "73e80976-79be-455a-b4e7-f9b058b61749",
|
||||||
kitPrice: 0,
|
kitPrice: 0,
|
||||||
laborAmount: 60,
|
laborAmount: 60,
|
||||||
salesTax: 20.0,
|
salesTax: 20.0,
|
||||||
sellingPrice: 1000.0,
|
sellingPrice: 1000.0,
|
||||||
}
|
},
|
||||||
],
|
],
|
||||||
supportingItems: [],
|
supportingItems: [],
|
||||||
vaps: [
|
vaps: [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue