summaryrefslogtreecommitdiff
path: root/tests/specs/npm/npmrc_tarball_other_server
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-08-30 17:58:24 -0400
committerGitHub <noreply@github.com>2024-08-30 21:58:24 +0000
commitf891e73bbfc4a8f4f24039dd046c8d3de80e2c56 (patch)
treed3ca7e1163550cc7fee6d523269d6a3636218da0 /tests/specs/npm/npmrc_tarball_other_server
parent55137c9db4ed7226a6a68256c3cb9fdad7ad7c83 (diff)
refactor: remove DENO_FUTURE (#25314)
Diffstat (limited to 'tests/specs/npm/npmrc_tarball_other_server')
-rw-r--r--tests/specs/npm/npmrc_tarball_other_server/__test__.jsonc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/specs/npm/npmrc_tarball_other_server/__test__.jsonc b/tests/specs/npm/npmrc_tarball_other_server/__test__.jsonc
index b20ca9046..a60339fae 100644
--- a/tests/specs/npm/npmrc_tarball_other_server/__test__.jsonc
+++ b/tests/specs/npm/npmrc_tarball_other_server/__test__.jsonc
@@ -3,13 +3,13 @@
"tests": {
"auth_success": {
"cwd": "success",
- "args": "run --node-modules=local-auto -A main.js",
+ "args": "run --node-modules-dir=auto -A main.js",
"output": "success/main.out",
"exitCode": 1
},
"auth_fail": {
"cwd": "fail",
- "args": "run --node-modules=local-auto -A main.js",
+ "args": "run --node-modules-dir=auto -A main.js",
"output": "fail/main.out",
"exitCode": 1
}