Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jestjs/jest
/ dispose
Method
dispose
packages/jest-fake-timers/src/legacyFakeTimers.ts:128–131 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
126
}
127
128
dispose(): void {
129
this._disposed = true;
130
this.clearAllTimers();
131
}
132
133
reset(): void {
134
this._cancelledTicks = {};
Callers
2
teardown
Method · 0.45
teardown
Function · 0.45
Calls
1
clearAllTimers
Method · 0.95
Tested by
no test coverage detected