summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/run/import_meta/other.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/run/import_meta/other.ts')
-rw-r--r--cli/tests/testdata/run/import_meta/other.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/cli/tests/testdata/run/import_meta/other.ts b/cli/tests/testdata/run/import_meta/other.ts
deleted file mode 100644
index 5da6a4936..000000000
--- a/cli/tests/testdata/run/import_meta/other.ts
+++ /dev/null
@@ -1,7 +0,0 @@
-console.log(
- import.meta.url.startsWith("http") ? "other remote" : "other",
- import.meta.url,
- import.meta.main,
- import.meta.filename,
- import.meta.dirname,
-);