This commit is contained in:
CarlNation 2023-04-20 10:16:51 -04:00
parent 2b5dc365d0
commit 0a4645c605

View file

@ -101,6 +101,9 @@ describe("estimate.vue", () => {
//Arrange //Arrange
const { wrapper } = setupMocks({}); const { wrapper } = setupMocks({});
delete window.location;
window.location = { search: "?fmgPage=estimate&zipcode=43015" };
//Act //Act
estimate.beforeRouteEnter.call( estimate.beforeRouteEnter.call(
wrapper.vm, wrapper.vm,