summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/bundle/file_tests-fixture02.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/bundle/file_tests-fixture02.ts')
-rw-r--r--cli/tests/testdata/bundle/file_tests-fixture02.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/cli/tests/testdata/bundle/file_tests-fixture02.ts b/cli/tests/testdata/bundle/file_tests-fixture02.ts
deleted file mode 100644
index 0cd291329..000000000
--- a/cli/tests/testdata/bundle/file_tests-fixture02.ts
+++ /dev/null
@@ -1,4 +0,0 @@
-import * as b from "./subdir/b.ts";
-
-console.log(b.b); // "b"
-console.log(b.c); // { c: "c", default: class C }