From 787832c68ec2a735717eb32c295a3aa570294ae2 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sun, 2 Sep 2018 01:59:16 -0400 Subject: Format. --- tools/unit_tests.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tools/unit_tests.py') diff --git a/tools/unit_tests.py b/tools/unit_tests.py index 460d32bc2..0c4667b63 100755 --- a/tools/unit_tests.py +++ b/tools/unit_tests.py @@ -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", ]) -- cgit v1.2.3