From f891e73bbfc4a8f4f24039dd046c8d3de80e2c56 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Fri, 30 Aug 2024 17:58:24 -0400 Subject: refactor: remove DENO_FUTURE (#25314) --- tests/specs/npm/lifecycle_scripts/__test__.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/specs/npm/lifecycle_scripts/__test__.jsonc') 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" } ] -- cgit v1.2.3