From 86d5b919d8ef55070e95230c9268f69cf58c25c8 Mon Sep 17 00:00:00 2001 From: Nathan Whitaker <17734409+nathanwhit@users.noreply.github.com> Date: Thu, 29 Aug 2024 15:57:43 -0700 Subject: feat(config): Node modules option for 2.0 (#25299) --- tests/specs/npm/lifecycle_scripts/__test__.jsonc | 7 +++++++ 1 file changed, 7 insertions(+) (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 302b40d1e..c62bc47b4 100644 --- a/tests/specs/npm/lifecycle_scripts/__test__.jsonc +++ b/tests/specs/npm/lifecycle_scripts/__test__.jsonc @@ -78,6 +78,13 @@ "DENO_FUTURE": "1" }, "steps": [ + { + "args": [ + "eval", + "Deno.removeSync('./deno.json')" + ], + "output": "[WILDCARD]" + }, { "args": [ "eval", -- cgit v1.2.3