(reason)
| 147 | vitest.state.catchLeaks(leaks) |
| 148 | }, |
| 149 | onCancel(reason) { |
| 150 | vitest.cancelCurrentRun(reason) |
| 151 | }, |
| 152 | getCountOfFailedTests() { |
| 153 | return vitest.state.getCountOfFailedTests() |
| 154 | }, |
nothing calls this directly
no test coverage detected