summaryrefslogtreecommitdiff
path: root/tests/testdata/run/023_no_ext
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/run/023_no_ext')
-rw-r--r--tests/testdata/run/023_no_ext2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testdata/run/023_no_ext b/tests/testdata/run/023_no_ext
new file mode 100644
index 000000000..d2cd6a037
--- /dev/null
+++ b/tests/testdata/run/023_no_ext
@@ -0,0 +1,2 @@
+import * as mod4 from "../subdir/mod4.js";
+console.log(mod4.isMod4);