Update store.spec.js

This commit is contained in:
Sneha 2023-06-13 14:18:39 +05:30
parent 350c96d8e4
commit e550e3f5ce

View file

@ -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],
];