diff options
Diffstat (limited to 'cli/tests/testdata/dynamic_import/permissions_data_remote.ts')
-rw-r--r-- | cli/tests/testdata/dynamic_import/permissions_data_remote.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/tests/testdata/dynamic_import/permissions_data_remote.ts b/cli/tests/testdata/dynamic_import/permissions_data_remote.ts deleted file mode 100644 index b0a9540c3..000000000 --- a/cli/tests/testdata/dynamic_import/permissions_data_remote.ts +++ /dev/null @@ -1,3 +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";`; -await import(`data:application/javascript;base64,${btoa(code)}`); |