diff --git a/test.sh b/test.sh index df965af..6d62ade 100755 --- a/test.sh +++ b/test.sh @@ -1,3 +1,3 @@ #!/bin/sh -deno test --allow-run --allow-net test.ts +deno test --allow-run --allow-net --allow-env --allow-write test.ts