CSR-2266 | Unit Tests & formatting

This commit is contained in:
Scott Kiener 2024-10-28 15:56:45 -04:00
parent fcd5c99cf3
commit 5c2876d6a4
2 changed files with 2 additions and 1 deletions

View file

@ -485,6 +485,7 @@ function setupMocks({ customMountOptions, customZipQuery, customZipDataResponse
}),
setCmsContent: jest.fn(),
navigateForwardWithSingleCarMatch: jest.fn(),
getAndSaveBillToAccountNumber: jest.fn(),
getZipCodeData: jest.fn().mockImplementation(() => {
if (customZipDataResponse) {
return customZipDataResponse;

View file

@ -345,7 +345,7 @@ export default {
},
false
);
await this.getAndSaveBillToAccountNumber();
return await this.navigateForward();
}