MCPcopy
hub / github.com/jestjs/jest / cjsGlobals

Method cjsGlobals

packages/jest-runtime/src/internals/JestGlobals.ts:141–143  ·  view source on GitHub ↗
(from: string)

Source from the content-addressed store, hash-verified

139 }
140
141 cjsGlobals(from: string): JestGlobalsWithJest {
142 return {...this.envGlobals(), jest: this.jestObjectFor(from)};
143 }
144
145 esmGlobalsModule(from: string, context: VMContext): SyntheticModule {
146 return syntheticFromExports(

Callers 3

esmGlobalsModuleMethod · 0.95
requireModuleOrMockMethod · 0.80

Calls 2

envGlobalsMethod · 0.95
jestObjectForMethod · 0.95

Tested by

no test coverage detected