This commit is contained in:
Kroell 2023-04-21 13:51:37 -04:00
parent 351a08e8eb
commit 22aa79a6ee

View file

@ -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 () => {