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