()
| 509 | ? vm.runInNewContext(code, this._globalContext, modulePath) |
| 510 | : vm.runInThisContext(code, modulePath); |
| 511 | const call = () => { |
| 512 | fn.call( |
| 513 | this.testConfig.nonEsmThis |
| 514 | ? this.testConfig.nonEsmThis(module) |
| 515 | : mod.exports, |
| 516 | ...argValues |
| 517 | ); |
| 518 | }; |
| 519 | |
| 520 | if (this.hasWebTarget()) { |
| 521 | this.withDocumentCurrentScript(call, subPath); |
no outgoing calls
no test coverage detected