()
| 172 | } |
| 173 | }, |
| 174 | getUnhandledErrors() { |
| 175 | return ctx.state.getUnhandledErrors() |
| 176 | }, |
| 177 | async getTestFiles() { |
| 178 | const spec = await ctx.globTestSpecifications() |
| 179 | return spec.map(spec => [ |
nothing calls this directly
no test coverage detected