()
| 364 | } |
| 365 | |
| 366 | function outputBaseDir() { |
| 367 | return global.output_dir || resolvePath(process.cwd(), 'output') |
| 368 | } |
| 369 | |
| 370 | // In-process pause coordination. When a test running through run_test calls |
| 371 | // pause(), the handler registered via setPauseHandler resolves a "paused" |
no outgoing calls
no test coverage detected