diff options
Diffstat (limited to 'cli/tools/test_runner.rs')
-rw-r--r-- | cli/tools/test_runner.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tools/test_runner.rs b/cli/tools/test_runner.rs index fdb4be664..6b2eab36b 100644 --- a/cli/tools/test_runner.rs +++ b/cli/tools/test_runner.rs @@ -403,6 +403,7 @@ pub async fn run_tests( .prepare_module_graph( test_programs.clone(), lib.clone(), + Permissions::allow_all(), permissions.clone(), program_state.maybe_import_map.clone(), ) @@ -413,6 +414,7 @@ pub async fn run_tests( .prepare_module_graph( test_modules.clone(), lib.clone(), + Permissions::allow_all(), permissions.clone(), program_state.maybe_import_map.clone(), ) |