clean up
This commit is contained in:
parent
351a08e8eb
commit
22aa79a6ee
1 changed files with 0 additions and 28 deletions
|
|
@ -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", () => {
|
describe("service-zip-modal-question.vue", () => {
|
||||||
it("Initial state on load with existing location info", async () => {
|
it("Initial state on load with existing location info", async () => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue