Forgot to save

This commit is contained in:
Michaela Brydon 2024-08-27 14:49:08 -04:00
parent a04cf58168
commit 224832f092

View file

@ -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 };