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()]
|
||||
},
|
||||
}
|
||||
});
|
||||
|
||||
const apiResponses = {
|
||||
|
|
|
|||
|
|
@ -501,7 +501,7 @@ describe('vin-lookup.vue', () => {
|
|||
|
||||
mountOptions.data = () => ({
|
||||
vinWithNonMatchingCarId: false,
|
||||
isCarIdDifferentFromTheStore: false,
|
||||
isCarIdDifferentFromTheStore: false,
|
||||
vin: mockValidVin
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue