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

Method countReset

packages/jest-console/src/CustomConsole.ts:78–80  ·  view source on GitHub ↗
(label = 'default')

Source from the content-addressed store, hash-verified

76 }
77
78 override countReset(label = 'default'): void {
79 this._counters[label] = 0;
80 }
81
82 override debug(firstArg: unknown, ...args: Array<unknown>): void {
83 this._log('debug', format(firstArg, ...args));

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected