| 8 | import {DefaultReporter} from 'vitest/reporters'; |
| 9 | |
| 10 | export default class extends DefaultReporter { |
| 11 | tests: number = 0; |
| 12 | assertions: number = 0; |
| 13 | async onTestCaseResult(testCase: TestCase) { |
nothing calls this directly
no outgoing calls
no test coverage detected