summaryrefslogtreecommitdiff
path: root/tests/specs/npm/npmrc
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
parent55137c9db4ed7226a6a68256c3cb9fdad7ad7c83 (diff)
refactor: remove DENO_FUTURE (#25314)
Diffstat (limited to 'tests/specs/npm/npmrc')
-rw-r--r--tests/specs/npm/npmrc/__test__.jsonc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/specs/npm/npmrc/__test__.jsonc b/tests/specs/npm/npmrc/__test__.jsonc
index 6378566ae..d45c5944c 100644
--- a/tests/specs/npm/npmrc/__test__.jsonc
+++ b/tests/specs/npm/npmrc/__test__.jsonc
@@ -14,7 +14,7 @@
}]
},
"run_node_modules_dir": {
- "args": "run --node-modules=local-auto -A --quiet main.js",
+ "args": "run --node-modules-dir=auto -A --quiet main.js",
"output": "main.out"
}
}