MCPcopy Create free account
hub / github.com/PageLeay/celestial-runtime /

Class

reporter.cjs:77–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75
76// this reporter outputs test results, indenting two spaces per suite
77class MyReporter {
78 constructor(runner) {
79 this._errors = [ ];
80 this._indents = 1;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected