Skip to content

Commit 003ef9b

Browse files
committed
update test arg because test need --allow-run --allow-net permission
1 parent 14b9c05 commit 003ef9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"tasks": {
3-
"test": "deno test --allow-env --allow-write --allow-read"
3+
"test": "deno test --allow-env --allow-write --allow-read --allow-run --allow-net"
44
}
55
}

0 commit comments

Comments
 (0)