deno.json: harden test permissions
This commit is contained in:
parent
ae7dd4e2ee
commit
72f63a677e
|
@ -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/"
|
||||
|
|
Loading…
Reference in New Issue