Update unit test.

This commit is contained in:
bmauger 2022-02-09 16:07:17 -05:00
parent 827c5e6d58
commit 66503b7850

View file

@ -12,7 +12,7 @@ describe("funnel-footer.vue", () => {
offsetHeight: 24,
};
global.document.getElementById = jest.fn().mockImplementation(()=> {
global.document.querySelector = jest.fn().mockImplementation(()=> {
return r;
});