Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_checkFakeTimers
Method · 0.95
Tested by
no test coverage detected