MCPcopy
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
112const requireResolve = (module: string) => require.resolve(module);
113
114function verifyDirectoryExists(path: string, key: string) {
115 try {

Callers

nothing calls this directly

Calls 1

resolveMethod · 0.45

Tested by

no test coverage detected