PAMapp/node_modules/jest-util/build/installCommonGlobals.d.ts
@@ -5,4 +5,4 @@ * LICENSE file in the root directory of this source tree. */ import type { Config } from '@jest/types'; export default function (globalObject: typeof globalThis, globals: Config.ConfigGlobals): typeof globalThis & Config.ConfigGlobals; export default function installCommonGlobals(globalObject: typeof globalThis, globals: Config.ConfigGlobals): typeof globalThis & Config.ConfigGlobals;