summaryrefslogtreecommitdiff
path: root/tests/specs/run/fix_tsc_file_exists/tsc/test.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/run/fix_tsc_file_exists/tsc/test.js')
-rw-r--r--tests/specs/run/fix_tsc_file_exists/tsc/test.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/specs/run/fix_tsc_file_exists/tsc/test.js b/tests/specs/run/fix_tsc_file_exists/tsc/test.js
new file mode 100644
index 000000000..b7f46b351
--- /dev/null
+++ b/tests/specs/run/fix_tsc_file_exists/tsc/test.js
@@ -0,0 +1,4 @@
+import { a } from "./a.js";
+import { c } from "./node_modules/b.js";
+
+console.log("hello");