Merge pull request #827 from Safelite/tidy/brydon

Forgot to save
This commit is contained in:
michaela-brydon-safelite 2024-08-28 14:35:46 -04:00 committed by GitHub
commit 57c2c0e4cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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