Revert "CASH-376 added mock for isMobileAddressComplete"
This reverts commit 501e16303f.
This commit is contained in:
parent
32626e998d
commit
9a6a2fa0d0
1 changed files with 0 additions and 10 deletions
|
|
@ -81,16 +81,6 @@ 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