CASH-619 prettier
CASH-619 prettier
This commit is contained in:
parent
79732a079e
commit
581b236bc3
2 changed files with 2 additions and 3 deletions
|
|
@ -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) => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue