We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f205222 commit 4142750Copy full SHA for 4142750
test/cli/tsconfig.spec.ts
@@ -20,7 +20,7 @@ afterEach(async () => {
20
const locate = (project: string | undefined, fileNames: string[] = []) =>
21
locateConfigFile({ errors: [], fileNames, options: { project } });
22
23
-const normalize = (name: string) => normalizeSlashes(path.resolve(temp, name));
+const normalize = (name: string) => normalizeSlashes(fs.realpathSync(path.resolve(temp, name)));
24
25
describe("specified", () => {
26
for (const separator of process.platform === "win32" ? ["/", "\\"] : ["/"]) {
0 commit comments