(name: string)
| 21 | locateConfigFile({ errors: [], fileNames, options: { project } }); |
| 22 | |
| 23 | const normalize = (name: string) => normalizeSlashes(fs.realpathSync(path.resolve(temp, name))); |
| 24 | |
| 25 | describe("specified", () => { |
| 26 | for (const separator of process.platform === "win32" ? ["/", "\\"] : ["/"]) { |
no test coverage detected