Merge remote-tracking branch 'origin/feature/CASH-376' into feature/CASH-376
This commit is contained in:
commit
26483d738e
1 changed files with 10 additions and 0 deletions
|
|
@ -81,6 +81,16 @@ jest.mock(
|
|||
})
|
||||
);
|
||||
|
||||
jest.mock(
|
||||
"@/layouts/service-location/mobile-location-modal-questions/mobile-location-modal-questions.vue",
|
||||
() => ({
|
||||
isMobileAddressComplete: jest.fn(() => {
|
||||
return true;
|
||||
}),
|
||||
openModal: jest.fn(),
|
||||
})
|
||||
);
|
||||
|
||||
jest.spyOn(baseMixin.methods, "getZipCodeData").mockImplementation((serviceZipCode) => {
|
||||
return new Promise((resolve) => {
|
||||
let mockContainsMilitaryBase = false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue