summaryrefslogtreecommitdiff
path: root/cli/tests/npm_tests.rs
diff options
context:
space:
mode:
authorYoshiya Hinosawa <stibium121@gmail.com>2022-11-29 14:13:14 +0900
committerGitHub <noreply@github.com>2022-11-29 14:13:14 +0900
commite4fe5ee72ace30ccd1b7b6b15717164cf79f49c4 (patch)
tree833984b1e239fc82ad840bd5c43b7cb2b6f84751 /cli/tests/npm_tests.rs
parentd3299c2d6c036d3f016ef1abbe9c06e9b1656fd0 (diff)
fix(ext/node): allow absolute path in createRequire (#16853)
Co-authored-by: David Sherret <dsherret@gmail.com>
Diffstat (limited to 'cli/tests/npm_tests.rs')
-rw-r--r--cli/tests/npm_tests.rs2
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(),