diff options
| author | Dmitry Sharshakov <sh7dm@outlook.com> | 2019-02-08 23:59:38 +0300 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-02-08 15:59:38 -0500 |
| commit | 9ab03389f047e5520c184b9fce4cd5fb2e4804bd (patch) | |
| tree | c1b3295aa6788595e4b73d28aeba0b8fdc8f3205 /js/resources_test.ts | |
| parent | 3abaf9edb6877c328402b94fa0bcb6a9e0bbe86d (diff) | |
Add --allow-read (#1689)
Co-authored-by: Greg Altman <g.s.altman@gmail.com>
Diffstat (limited to 'js/resources_test.ts')
| -rw-r--r-- | js/resources_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/resources_test.ts b/js/resources_test.ts index 7cfcbf1f8..722602c98 100644 --- a/js/resources_test.ts +++ b/js/resources_test.ts @@ -26,7 +26,7 @@ testPerm({ net: true }, async function resourcesNet() { listener.close(); }); -test(async function resourcesFile() { +testPerm({ read: true }, async function resourcesFile() { const resourcesBefore = deno.resources(); await deno.open("tests/hello.txt"); const resourcesAfter = deno.resources(); |
