From 22aa79a6ee86505dd6b86e0181d91c81380b0ad9 Mon Sep 17 00:00:00 2001 From: Kroell Date: Fri, 21 Apr 2023 13:51:37 -0400 Subject: [PATCH] clean up --- .../service-zip-modal-question.spec.js | 28 ------------------- 1 file changed, 28 deletions(-) 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 () => {