spacing/comma fixes
This commit is contained in:
parent
85aa3ec46f
commit
faa04c6fbf
2 changed files with 2 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ function setupMocks() {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
plugins: [createTestingPinia()]
|
plugins: [createTestingPinia()]
|
||||||
},
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
const apiResponses = {
|
const apiResponses = {
|
||||||
|
|
|
||||||
|
|
@ -501,7 +501,7 @@ describe('vin-lookup.vue', () => {
|
||||||
|
|
||||||
mountOptions.data = () => ({
|
mountOptions.data = () => ({
|
||||||
vinWithNonMatchingCarId: false,
|
vinWithNonMatchingCarId: false,
|
||||||
isCarIdDifferentFromTheStore: false,
|
isCarIdDifferentFromTheStore: false,
|
||||||
vin: mockValidVin
|
vin: mockValidVin
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue