summaryrefslogtreecommitdiff
path: root/cli/tests/bundle/file_tests-fixture04.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/bundle/file_tests-fixture04.ts')
-rw-r--r--cli/tests/bundle/file_tests-fixture04.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/tests/bundle/file_tests-fixture04.ts b/cli/tests/bundle/file_tests-fixture04.ts
new file mode 100644
index 000000000..590f4fef9
--- /dev/null
+++ b/cli/tests/bundle/file_tests-fixture04.ts
@@ -0,0 +1,3 @@
+const a = await import("./subdir/a.ts");
+
+console.log(a);