Skip to content

Commit 0eb0fb6

Browse files
committed
Change baseline name to avoid case-only conflict
Windows hates this one weird trick! (And humans are mightily confused by it)
1 parent b7c598e commit 0eb0fb6

4 files changed

+1
-1
lines changed

tests/baselines/reference/commonJSImportClassExpression.js renamed to tests/baselines/reference/commonJSImportExportedClassExpression.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//// [tests/cases/conformance/salsa/commonJSImportClassExpression.ts] ////
1+
//// [tests/cases/conformance/salsa/commonJSImportExportedClassExpression.ts] ////
22

33
//// [main.js]
44
const { K } = require("./mod1");

0 commit comments

Comments
 (0)