PAMapp/node_modules/@jest/core/build/runGlobalHook.d.ts
@@ -6,9 +6,8 @@ */ import type { Test } from '@jest/test-result'; import type { Config } from '@jest/types'; declare const _default: ({ allTests, globalConfig, moduleName, }: { export default function runGlobalHook({ allTests, globalConfig, moduleName, }: { allTests: Array<Test>; globalConfig: Config.GlobalConfig; moduleName: 'globalSetup' | 'globalTeardown'; }) => Promise<void>; export default _default; }): Promise<void>;