mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 04:39:10 +00:00
Format.
This commit is contained in:
parent
f949ded933
commit
787832c68e
6 changed files with 37 additions and 20 deletions
|
@ -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",
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue