CSR-2098 prettier
This commit is contained in:
parent
91b4036cd5
commit
831685aa5f
1 changed files with 5 additions and 5 deletions
|
|
@ -134,8 +134,8 @@ describe("baseMixin.js", () => {
|
|||
laborAmount: 0,
|
||||
partNumber: "WB18",
|
||||
partType: "FRONT WIPER",
|
||||
salesTax: 2.00,
|
||||
sellingPrice: 30.00,
|
||||
salesTax: 2.0,
|
||||
sellingPrice: 30.0,
|
||||
},
|
||||
{
|
||||
cartItemType: "FRONT WIPERS",
|
||||
|
|
@ -144,15 +144,15 @@ describe("baseMixin.js", () => {
|
|||
laborAmount: 0,
|
||||
partNumber: "WB26",
|
||||
partType: "FRONT WIPER",
|
||||
salesTax: 1.00,
|
||||
sellingPrice: 20.00,
|
||||
salesTax: 1.0,
|
||||
sellingPrice: 20.0,
|
||||
},
|
||||
],
|
||||
promos: [],
|
||||
};
|
||||
|
||||
store.getters = {
|
||||
payment: {insuranceCoverage: { isVerified: true } },
|
||||
payment: { insuranceCoverage: { isVerified: true } },
|
||||
policy: { isNoComp: false, isItac: false, currentDeductible: 250 },
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue