This commit is contained in:
Ryan Dahl 2018-09-02 01:59:16 -04:00
parent f949ded933
commit 787832c68e
6 changed files with 37 additions and 20 deletions

View file

@ -15,7 +15,10 @@ def unit_tests(deno_exe):
run([deno_exe, "js/unit_tests.ts", "permW0N1E0", "--allow-net"])
run([deno_exe, "js/unit_tests.ts", "permW0N0E1", "--allow-env"])
run([
deno_exe, "js/unit_tests.ts", "permW1N1E1", "--allow-write",
deno_exe,
"js/unit_tests.ts",
"permW1N1E1",
"--allow-write",
"--allow-net",
"--allow-env",
])