commit
This commit is contained in:
parent
f269396aaa
commit
9b5c5283d9
2 changed files with 2 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ describe("site-footer.vue", () => {
|
|||
const mockMixin = {
|
||||
methods: {
|
||||
getCmsContent: jest.fn(),
|
||||
getPageNameByQueryString: jest.fn(() => "welcome-page"),
|
||||
getFooterInfoBoxHeight: jest.fn(() => 80),
|
||||
},
|
||||
};
|
||||
|
|
|
|||
|
|
@ -79,6 +79,7 @@ function setupMocks() {
|
|||
return '';
|
||||
}),
|
||||
getFooterInfoBoxHeight: jest.fn(() => 80),
|
||||
getPageNameByQueryString: jest.fn(() => "vehicle-lookup"),
|
||||
},
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue