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

Method runAllTimers

packages/jest-fake-timers/src/modernFakeTimers.ts:51–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 }
50
51 runAllTimers(): void {
52 if (this._checkFakeTimers()) {
53 this._clock.runAll();
54 }
55 }
56
57 async runAllTimersAsync(): Promise<void> {
58 if (this._checkFakeTimers()) {

Callers

nothing calls this directly

Calls 1

_checkFakeTimersMethod · 0.95

Tested by

no test coverage detected