Update store.spec.js
This commit is contained in:
parent
350c96d8e4
commit
e550e3f5ce
1 changed files with 6 additions and 1 deletions
|
|
@ -2814,7 +2814,12 @@ describe("isVinOptionalVehicle", () => {
|
|||
const testcarID = [
|
||||
["CR00000100", "make", [{ glassLocation: "driver" }], false],
|
||||
["CR00067899", "make2", [{ glassLocation: "windshield" }], true],
|
||||
["CR00062396","make3", [{ glassLocation: "windshield" }, { glassLocation: "driver" }], true],
|
||||
[
|
||||
"CR00062396",
|
||||
"make3",
|
||||
[{ glassLocation: "windshield" }, { glassLocation: "driver" }],
|
||||
true,
|
||||
],
|
||||
["CR00066428", "make4", [{ glassLocation: "rear" }], false],
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue