Skip to content

Commit

Permalink
Fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs committed Apr 12, 2023
1 parent 7d70600 commit 8155081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-core/src/runCore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import getChangedFilesPromise from './getChangedFilesPromise';
import createContext from './lib/createContext';
import handleDeprecationWarnings from './lib/handleDeprecationWarnings';
import runJest from './runJest';
import type {Filter, RunCoreResult} from './types';
import type {Filter, OnCompleteCallback, RunCoreResult} from './types';
import watch from './watch';

const {print: preRunMessagePrint} = preRunMessage;
Expand Down

0 comments on commit 8155081

Please # to comment.