(project: string | undefined, fileNames: string[] = [])
| 18 | }); |
| 19 | |
| 20 | const locate = (project: string | undefined, fileNames: string[] = []) => |
| 21 | locateConfigFile({ errors: [], fileNames, options: { project } }); |
| 22 | |
| 23 | const normalize = (name: string) => normalizeSlashes(fs.realpathSync(path.resolve(temp, name))); |
| 24 |
no test coverage detected