()
| 241 | stdout: cli.stdout, |
| 242 | stderr: cli.stderr, |
| 243 | get results() { |
| 244 | return ctx?.state.getTestModules() || [] |
| 245 | }, |
| 246 | errorTree(options?: { project?: boolean; stackTrace?: boolean; diff?: boolean }) { |
| 247 | const modules = ctx?.state.getTestModules() || [] |
| 248 | const tree = options?.project |
nothing calls this directly
no test coverage detected