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

Method runAllTicks

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

Source from the content-addressed store, hash-verified

131 }
132
133 runAllTicks(): void {
134 if (this._checkFakeTimers()) {
135 this._clock.runMicrotasks();
136 }
137 }
138
139 useRealTimers(): void {
140 if (this._fakingTime) {

Callers

nothing calls this directly

Calls 1

_checkFakeTimersMethod · 0.95

Tested by

no test coverage detected