summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/workers/dynamic_remote.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/workers/dynamic_remote.ts')
-rw-r--r--cli/tests/testdata/workers/dynamic_remote.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/tests/testdata/workers/dynamic_remote.ts b/cli/tests/testdata/workers/dynamic_remote.ts
deleted file mode 100644
index 54e4a4714..000000000
--- a/cli/tests/testdata/workers/dynamic_remote.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-// This file doesn't really exist, but it doesn't matter, a "PermissionsDenied" error should be thrown.
-await import("" + "https://example.com/some/file.ts");