This commit is contained in:
Daniel Lautzenheiser
2023-08-01 12:07:52 -04:00
parent f696d5c445
commit eb2d158054
10 changed files with 205 additions and 338 deletions

View File

@ -60,7 +60,6 @@ export const createMockWidgetControlProps = <
entry,
value,
path,
mediaPaths: {},
fieldsErrors,
errors,
hasErrors,
@ -74,8 +73,6 @@ export const createMockWidgetControlProps = <
controlled: false,
theme: 'light',
onChange: jest.fn(),
openMediaLibrary: jest.fn(),
removeInsertedMedia: jest.fn(),
query: jest.fn(),
t: jest.fn(),
...extra,