MCPcopy Create free account
hub / github.com/tinyplex/tinybase /

Class

test/vitest/reporter.ts:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import {DefaultReporter} from 'vitest/reporters';
9
10export default class extends DefaultReporter {
11 tests: number = 0;
12 assertions: number = 0;
13 async onTestCaseResult(testCase: TestCase) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected