chore(deps): lock file maintenance (#4171)
* chore(deps): lock file maintenance * chore: fix lint error Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: erezrokah <erezrokah@users.noreply.github.com>
This commit is contained in:
@ -10,6 +10,7 @@ jest.mock('lodash/debounce', () => {
|
||||
return func;
|
||||
};
|
||||
});
|
||||
// eslint-disable-next-line react/display-name
|
||||
jest.mock('../EditorInterface', () => props => <mock-editor-interface {...props} />);
|
||||
jest.mock('netlify-cms-ui-default', () => {
|
||||
return {
|
||||
|
Reference in New Issue
Block a user