diff options
Diffstat (limited to 'tools/unit_tests.py')
-rwxr-xr-x | tools/unit_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/unit_tests.py b/tools/unit_tests.py index f8cd1af64..859afcea3 100755 --- a/tools/unit_tests.py +++ b/tools/unit_tests.py @@ -10,7 +10,7 @@ from test_util import DenoTestCase, run_tests class JsUnitTests(DenoTestCase): def test_unit_test_runner(self): cmd = [ - self.deno_exe, "run", "--reload", "--allow-run", + self.deno_exe, "run", "--reload", "--allow-run", "--allow-env", "js/unit_test_runner.ts" ] process = subprocess.Popen( |