Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jestjs/jest
/ resetAllMocks
Method
resetAllMocks
packages/jest-runtime/src/index.ts:609–611 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
607
}
608
609
resetAllMocks(): void {
610
this._moduleMocker.resetAllMocks();
611
}
612
613
clearAllMocks(): void {
614
this._moduleMocker.clearAllMocks();
Callers
1
constructor
Method · 0.95
Calls
1
resetAllMocks
Method · 0.65
Tested by
no test coverage detected