Fixing tests
This commit is contained in:
parent
93a7a9cf27
commit
c0802548fc
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ function setupMocks({
|
||||||
wrapper.vm.$refs.siteFooter.updateButtonText = jest.fn();
|
wrapper.vm.$refs.siteFooter.updateButtonText = jest.fn();
|
||||||
wrapper.vm.$refs.siteFooter.removeLoader = jest.fn();
|
wrapper.vm.$refs.siteFooter.removeLoader = jest.fn();
|
||||||
wrapper.vm.$refs.siteFooter.disableForwardButton = jest.fn();
|
wrapper.vm.$refs.siteFooter.disableForwardButton = jest.fn();
|
||||||
wrapper.vm.$refs.siteFooter.enableForwardButton = jest.fn();
|
wrapper.vm.$refs.siteFooter.enableForwardAction = jest.fn();
|
||||||
|
|
||||||
return { wrapper };
|
return { wrapper };
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue