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