This commit is contained in:
Kulbhushan Kaushik 2023-01-11 14:18:03 -05:00
parent f269396aaa
commit 9b5c5283d9
2 changed files with 2 additions and 0 deletions

View file

@ -37,6 +37,7 @@ describe("site-footer.vue", () => {
const mockMixin = {
methods: {
getCmsContent: jest.fn(),
getPageNameByQueryString: jest.fn(() => "welcome-page"),
getFooterInfoBoxHeight: jest.fn(() => 80),
},
};

View file

@ -79,6 +79,7 @@ function setupMocks() {
return '';
}),
getFooterInfoBoxHeight: jest.fn(() => 80),
getPageNameByQueryString: jest.fn(() => "vehicle-lookup"),
},
},
],