diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-08-30 17:58:24 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-30 21:58:24 +0000 |
| commit | f891e73bbfc4a8f4f24039dd046c8d3de80e2c56 (patch) | |
| tree | d3ca7e1163550cc7fee6d523269d6a3636218da0 /tests/specs/npm/npmrc_tarball_other_server | |
| parent | 55137c9db4ed7226a6a68256c3cb9fdad7ad7c83 (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__.jsonc | 4 |
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 } |
