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

Method onTestCaseResult

test/vitest/reporter.ts:13–17  ·  view source on GitHub ↗
(testCase: TestCase)

Source from the content-addressed store, hash-verified

11 tests: number = 0;
12 assertions: number = 0;
13 async onTestCaseResult(testCase: TestCase) {
14 this.assertions += (testCase.meta() as any).assertions || 0;
15 this.tests++;
16 super.onTestCaseResult(testCase);
17 }
18
19 async onTestRunEnd(
20 testModules: ReadonlyArray<TestModule>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected