summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/workers/permissions_data_remote.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/workers/permissions_data_remote.ts')
-rw-r--r--cli/tests/testdata/workers/permissions_data_remote.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/cli/tests/testdata/workers/permissions_data_remote.ts b/cli/tests/testdata/workers/permissions_data_remote.ts
deleted file mode 100644
index b37bd661d..000000000
--- a/cli/tests/testdata/workers/permissions_data_remote.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-// This file doesn't really exist, but it doesn't matter, a "PermissionsDenied" error should be thrown.
-const code = `import "https://example.com/some/file.ts";`;
-new Worker(`data:application/javascript;base64,${btoa(code)}`, {
- type: "module",
-});