MCPcopy
hub / github.com/jestjs/jest / onRunComplete

Method onRunComplete

packages/jest-reporters/src/DefaultReporter.ts:162–168  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

160 }
161
162 override onRunComplete(): void {
163 this.forceFlushBufferedOutput();
164 this._status.runFinished();
165 process.stdout.write = this._out;
166 process.stderr.write = this._err;
167 clearLine(process.stderr);
168 }
169
170 override onTestResult(
171 test: Test,

Callers

nothing calls this directly

Calls 3

clearLineFunction · 0.90
runFinishedMethod · 0.80

Tested by

no test coverage detected