Update unit test.
This commit is contained in:
parent
827c5e6d58
commit
66503b7850
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ describe("funnel-footer.vue", () => {
|
|||
offsetHeight: 24,
|
||||
};
|
||||
|
||||
global.document.getElementById = jest.fn().mockImplementation(()=> {
|
||||
global.document.querySelector = jest.fn().mockImplementation(()=> {
|
||||
return r;
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue