spacing/comma fixes

This commit is contained in:
Katie Kroell 2025-09-11 10:16:20 -04:00
parent 85aa3ec46f
commit faa04c6fbf
2 changed files with 2 additions and 2 deletions

View file

@ -57,7 +57,7 @@ function setupMocks() {
}
},
plugins: [createTestingPinia()]
},
}
});
const apiResponses = {

View file

@ -501,7 +501,7 @@ describe('vin-lookup.vue', () => {
mountOptions.data = () => ({
vinWithNonMatchingCarId: false,
isCarIdDifferentFromTheStore: false,
isCarIdDifferentFromTheStore: false,
vin: mockValidVin
});