Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jestjs/jest
/ requireResolve
Function
requireResolve
packages/jest-config/src/normalize.ts:112–112 ·
view source on GitHub ↗
(module: string)
Source
from the content-addressed store, hash-verified
110
111
// we wanna avoid webpack trying to be clever
112
const
requireResolve = (module: string) => require.resolve(module);
113
114
function
verifyDirectoryExists(path: string, key: string) {
115
try {
Callers
nothing calls this directly
Calls
1
resolve
Method · 0.45
Tested by
no test coverage detected