commit
57c2c0e4cf
1 changed files with 0 additions and 7 deletions
|
|
@ -62,13 +62,6 @@ function getMountedComponent(mainInitialState = {}, initialData = {}, methodToRu
|
|||
initialData
|
||||
);
|
||||
|
||||
// const apiResponses = {
|
||||
// supportingItems: []
|
||||
// };
|
||||
// const apiPromise = Promise.resolve(apiResponses);
|
||||
// settleAllPromises.mockImplementation(() => apiPromise);
|
||||
// fetchCmsContentForPage.mockImplementation(() => Promise.resolve());
|
||||
|
||||
const wrapper = shallowMount(addToCalendar, mountOptions);
|
||||
wrapper.vm.$refs.calendarModalQuestion.openModal = jest.fn();
|
||||
return { wrapper };
|
||||
|
|
|
|||
Loading…
Reference in a new issue