MCPcopy
hub / github.com/jestjs/jest / getConfigFilename

Function getConfigFilename

packages/jest-config/src/resolveConfigPath.ts:23–23  ·  view source on GitHub ↗
(ext: string)

Source from the content-addressed store, hash-verified

21 fs.existsSync(filePath) && !fs.lstatSync(filePath).isDirectory();
22
23const getConfigFilename = (ext: string) => JEST_CONFIG_BASE_NAME + ext;
24
25export default function resolveConfigPath(
26 pathToResolve: string,

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected