chore(deps): lock file maintenance (#5486)

This commit is contained in:
renovate[bot]
2021-06-07 13:23:37 +03:00
committed by GitHub
parent e249f9f7f7
commit 4153b1c568
3 changed files with 560 additions and 536 deletions

View File

@ -12,8 +12,9 @@ import type { AnyAction } from 'redux';
import type { ThunkDispatch } from 'redux-thunk';
const middlewares = [thunk];
const mockStore =
configureMockStore<Partial<State>, ThunkDispatch<State, {}, AnyAction>>(middlewares);
const mockStore = configureMockStore<Partial<State>, ThunkDispatch<State, {}, AnyAction>>(
middlewares,
);
const mockedSelectMediaFilePath = mocked(selectMediaFilePath);
jest.mock('../../reducers/entries');