(from: string)
| 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( |
no test coverage detected