File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ import type TestSequencer from '@jest/test-sequencer';
24
24
import type { Config } from '@jest/types' ;
25
25
import type { ChangedFiles , ChangedFilesPromise } from 'jest-changed-files' ;
26
26
import Resolver from 'jest-resolve' ;
27
+ import { runGlobalHook } from 'jest-runner' ;
27
28
import { requireOrImportModule , tryRealpath } from 'jest-util' ;
28
29
import { JestHook , type JestHookEmitter , type TestWatcher } from 'jest-watcher' ;
29
30
import type FailedTestsCache from './FailedTestsCache' ;
@@ -34,7 +35,6 @@ import collectNodeHandles, {
34
35
} from './collectHandles' ;
35
36
import getNoTestsFoundMessage from './getNoTestsFoundMessage' ;
36
37
import serializeToJSON from './lib/serializeToJSON' ;
37
- import runGlobalHook from './runGlobalHook' ;
38
38
import type { Filter , TestRunData } from './types' ;
39
39
40
40
const getTestPaths = async (
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ export type {
44
44
JestTestRunner ,
45
45
UnsubscribeFn ,
46
46
} from './types' ;
47
+ export { default as runGlobalHook } from './runGlobalHook' ;
47
48
48
49
type TestWorker = typeof import ( './testWorker' ) ;
49
50
File renamed without changes.
You can’t perform that action at this time.
0 commit comments