Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jestjs/jest
/ clearDefaultResolverCache
Method
clearDefaultResolverCache
packages/jest-resolve/src/resolver.ts:103–106 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
101
}
102
103
static clearDefaultResolverCache(): void {
104
clearFsCache();
105
clearCachedLookups();
106
}
107
108
static findNodeModule(
109
path: string,
Callers
2
runJest
Function · 0.80
resolve.test.ts
File · 0.80
Calls
2
clearFsCache
Function · 0.90
clearCachedLookups
Function · 0.90
Tested by
no test coverage detected