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

Method testStarted

packages/jest-reporters/src/Status.ts:127–134  ·  view source on GitHub ↗
(testPath: string, config: Config.ProjectConfig)

Source from the content-addressed store, hash-verified

125 }
126
127 testStarted(testPath: string, config: Config.ProjectConfig): void {
128 this._currentTests.add(testPath, config);
129 if (this._showStatus) {
130 this._debouncedEmit();
131 } else {
132 this._emit();
133 }
134 }
135
136 testFinished(
137 _config: Config.ProjectConfig,

Callers 1

onTestStartMethod · 0.80

Calls 3

_debouncedEmitMethod · 0.95
_emitMethod · 0.95
addMethod · 0.45

Tested by

no test coverage detected