chore: introduce imports ordering (#5463)
This commit is contained in:
committed by
GitHub
parent
30f0e7b031
commit
dbf2920254
@ -1,7 +1,8 @@
|
||||
import type { History } from 'history';
|
||||
import { createHashHistory } from 'history';
|
||||
import { mocked } from 'ts-jest/utils';
|
||||
|
||||
import type { History } from 'history';
|
||||
|
||||
jest.mock('history');
|
||||
|
||||
const history = { push: jest.fn(), replace: jest.fn() } as unknown as History;
|
||||
|
Reference in New Issue
Block a user