summaryrefslogtreecommitdiff
path: root/cli/tests/021_mjs_modules.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/021_mjs_modules.ts')
-rw-r--r--cli/tests/021_mjs_modules.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/021_mjs_modules.ts b/cli/tests/021_mjs_modules.ts
new file mode 100644
index 000000000..6052b9081
--- /dev/null
+++ b/cli/tests/021_mjs_modules.ts
@@ -0,0 +1,2 @@
+import { isMod5 } from "./subdir/mod5.mjs";
+console.log(isMod5);