()
| 434 | } |
| 435 | |
| 436 | function getTestContext() { |
| 437 | const test = testResources.get(executionAsyncId()); |
| 438 | // Exclude the reporter sentinel |
| 439 | if (test === undefined || test === reporterScope) { |
| 440 | return undefined; |
| 441 | } |
| 442 | return test.getCtx(); |
| 443 | } |
| 444 | |
| 445 | module.exports = { |
| 446 | createTestTree, |
no test coverage detected
searching dependent graphs…