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