diff options
author | Nayeem Rahman <nayeemrmn99@gmail.com> | 2021-01-17 21:58:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-18 08:58:23 +1100 |
commit | 81d73f2987c65463c0f2653f31d3d29d8db1986c (patch) | |
tree | ca85028b8658860339aa7f98fc9df8586302a320 /cli/tests/080_deno_emit_permissions.ts | |
parent | 2b5b93158c1fc8887b2d4e4d1e4fc3d71c795027 (diff) |
fix(cli): Check permissions for Deno.emit() (#9139)
Diffstat (limited to 'cli/tests/080_deno_emit_permissions.ts')
-rw-r--r-- | cli/tests/080_deno_emit_permissions.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/080_deno_emit_permissions.ts b/cli/tests/080_deno_emit_permissions.ts new file mode 100644 index 000000000..dc550cffb --- /dev/null +++ b/cli/tests/080_deno_emit_permissions.ts @@ -0,0 +1 @@ +await Deno.emit(new URL("001_hello.js", import.meta.url).href); |