summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/bundle/file_tests-fixture06.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/bundle/file_tests-fixture06.ts')
-rw-r--r--cli/tests/testdata/bundle/file_tests-fixture06.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/cli/tests/testdata/bundle/file_tests-fixture06.ts b/cli/tests/testdata/bundle/file_tests-fixture06.ts
deleted file mode 100644
index 3d94332df..000000000
--- a/cli/tests/testdata/bundle/file_tests-fixture06.ts
+++ /dev/null
@@ -1,4 +0,0 @@
-import { isMain, modUrl } from "./subdir/f.ts";
-
-console.log(isMain, modUrl);
-console.log(import.meta.main, import.meta.url);