summaryrefslogtreecommitdiff
path: root/tests/specs/npm/lifecycle_scripts
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/lifecycle_scripts
parent55137c9db4ed7226a6a68256c3cb9fdad7ad7c83 (diff)
refactor: remove DENO_FUTURE (#25314)
Diffstat (limited to 'tests/specs/npm/lifecycle_scripts')
-rw-r--r--tests/specs/npm/lifecycle_scripts/__test__.jsonc4
-rw-r--r--tests/specs/npm/lifecycle_scripts/deno.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/specs/npm/lifecycle_scripts/__test__.jsonc b/tests/specs/npm/lifecycle_scripts/__test__.jsonc
index 3d322504c..6ea9b8f6e 100644
--- a/tests/specs/npm/lifecycle_scripts/__test__.jsonc
+++ b/tests/specs/npm/lifecycle_scripts/__test__.jsonc
@@ -135,7 +135,7 @@
"output": ""
},
{
- "args": "cache --allow-scripts --node-modules=local-auto no_deno_json.js",
+ "args": "cache --allow-scripts --node-modules-dir=auto no_deno_json.js",
"output": "no_deno_json.out"
}
]
@@ -148,7 +148,7 @@
"output": ""
},
{
- "args": "cache --allow-scripts --node-modules=local-auto conflicting_bin.js",
+ "args": "cache --allow-scripts --node-modules-dir=auto conflicting_bin.js",
"output": "conflicting_bin.out"
}
]
diff --git a/tests/specs/npm/lifecycle_scripts/deno.json b/tests/specs/npm/lifecycle_scripts/deno.json
index b2edaa035..fbd70ec48 100644
--- a/tests/specs/npm/lifecycle_scripts/deno.json
+++ b/tests/specs/npm/lifecycle_scripts/deno.json
@@ -1,3 +1,3 @@
{
- "nodeModules": "local-auto"
+ "nodeModulesDir": "auto"
}