(path: string)
| 76 | } |
| 77 | |
| 78 | relative(path: string): string { |
| 79 | return relative(this.ctx.config.root, path) |
| 80 | } |
| 81 | |
| 82 | onTestRunStart(_specifications: ReadonlyArray<TestSpecification>): void { |
| 83 | this.start = performance.now() |
no outgoing calls
no test coverage detected