CASH-619 prettier

CASH-619 prettier
This commit is contained in:
Carl Nation 2026-05-27 09:41:23 -04:00
parent 79732a079e
commit 581b236bc3
2 changed files with 2 additions and 3 deletions

View file

@ -55,7 +55,6 @@ function setupMocks() {
fetchCmsContentForPage.mockResolvedValue(mockCmsContent); fetchCmsContentForPage.mockResolvedValue(mockCmsContent);
settleAllPromises.mockResolvedValue({ cmsContent: mockCmsContent }); settleAllPromises.mockResolvedValue({ cmsContent: mockCmsContent });
const mockMixin = { const mockMixin = {
methods: { methods: {
getCmsContent: jest.fn((widgetName, fieldName) => { getCmsContent: jest.fn((widgetName, fieldName) => {