Skip to content

Commit

Permalink
fix: fix some warnings in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
demshy committed Oct 12, 2023
1 parent 698a7c7 commit 44ff04e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Map } from 'immutable';
import configureMockStore from 'redux-mock-store';
import thunk from 'redux-thunk';
import { mocked } from 'ts-jest/utils';
import { mocked } from 'jest-mock';

import { getAsset, ADD_ASSET, LOAD_ASSET_REQUEST } from '../media';
import { selectMediaFilePath } from '../../reducers/entries';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { createHashHistory } from 'history';
import { mocked } from 'ts-jest/utils';
import { mocked } from 'jest-mock';

import type { History } from 'history';

Expand Down

0 comments on commit 44ff04e

Please sign in to comment.