deno.json: harden test permissions

This commit is contained in:
Alex Gleason 2023-08-04 14:41:08 -05:00
parent ae7dd4e2ee
commit 72f63a677e
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"lock": false,
"tasks": {
"start": "deno run --allow-read --allow-write=data --allow-env --allow-net --unstable --watch src/server.ts",
"test": "deno test -A --unstable src"
"test": "deno test --allow-read --allow-write=data --allow-env --unstable src"
},
"imports": {
"@/": "./src/"