diff options
author | Yoshiya Hinosawa <stibium121@gmail.com> | 2022-11-29 14:13:14 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-29 14:13:14 +0900 |
commit | e4fe5ee72ace30ccd1b7b6b15717164cf79f49c4 (patch) | |
tree | 833984b1e239fc82ad840bd5c43b7cb2b6f84751 /cli/tests/npm_tests.rs | |
parent | d3299c2d6c036d3f016ef1abbe9c06e9b1656fd0 (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.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(), |