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