summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/bundle/file_tests-fixture01.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/bundle/file_tests-fixture01.ts')
-rw-r--r--cli/tests/testdata/bundle/file_tests-fixture01.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/tests/testdata/bundle/file_tests-fixture01.ts b/cli/tests/testdata/bundle/file_tests-fixture01.ts
deleted file mode 100644
index 3598d0298..000000000
--- a/cli/tests/testdata/bundle/file_tests-fixture01.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-import * as a from "./subdir/a.ts";
-
-console.log(a);