diff options
Diffstat (limited to 'cli/tests/npm_tests.rs')
-rw-r--r-- | cli/tests/npm_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/npm_tests.rs b/cli/tests/npm_tests.rs index 99f11ba28..c845f8f4a 100644 --- a/cli/tests/npm_tests.rs +++ b/cli/tests/npm_tests.rs @@ -1516,7 +1516,7 @@ mod npm { }); itest!(create_require { - args: "run --reload npm/create_require/main.ts", + args: "run --reload --allow-read npm/create_require/main.ts", output: "npm/create_require/main.out", exit_code: 0, envs: env_vars_for_npm_tests(), |