diff --git a/src/layouts/service-location/service-zip-modal-question/service-zip-modal-question.spec.js b/src/layouts/service-location/service-zip-modal-question/service-zip-modal-question.spec.js index 96060cc9..201b93c7 100644 --- a/src/layouts/service-location/service-zip-modal-question/service-zip-modal-question.spec.js +++ b/src/layouts/service-location/service-zip-modal-question/service-zip-modal-question.spec.js @@ -91,34 +91,6 @@ const mockMixin = { }), } } -// getZipCodeData: jest.fn((zip) => { -// if (zip === "43235") { -// return { -// containsMilitaryBase: false, -// isValid: true, -// state: "OH", -// zipCodeCtu: "01820", -// }; -// } - -// if (zip === "61606") { -// return { -// containsMilitaryBase: false, -// isValid: true, -// state: "IL", -// zipCodeCtu: "01526", -// }; -// } - -// return { -// containsMilitaryBase: false, -// isValid: false, -// state: null, -// zipCodeCtu: null, -// }; -// }), -// }, -// }; describe("service-zip-modal-question.vue", () => { it("Initial state on load with existing location info", async () => {