lint fix
This commit is contained in:
parent
3d1b73c171
commit
7c946ab114
1 changed files with 2 additions and 2 deletions
|
|
@ -69,7 +69,7 @@ function setupMocks({
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
mountOptionsMockData = {
|
const mockDataMountOptions = {
|
||||||
...mountOptionsMockData,
|
...mountOptionsMockData,
|
||||||
router: {
|
router: {
|
||||||
navigate: jest.fn()
|
navigate: jest.fn()
|
||||||
|
|
@ -81,7 +81,7 @@ function setupMocks({
|
||||||
settleAllPromises.mockImplementation(() => apiPromise);
|
settleAllPromises.mockImplementation(() => apiPromise);
|
||||||
fetchCmsContentForPage.mockImplementation(() => Promise.resolve());
|
fetchCmsContentForPage.mockImplementation(() => Promise.resolve());
|
||||||
|
|
||||||
const mountOptions = getMountOptions(mountOptionsMockData);
|
const mountOptions = getMountOptions(mockDataMountOptions);
|
||||||
|
|
||||||
const wrapper = shallowMount(welcomePage, mountOptions);
|
const wrapper = shallowMount(welcomePage, mountOptions);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue