From 4a5642779e133425f4e6c75865de28952c761a8d Mon Sep 17 00:00:00 2001 From: David Sherret Date: Fri, 30 Aug 2024 17:12:13 -0400 Subject: fix: upgrade deno_ast 0.42 (#25313) --- tests/specs/install/move_after_install/__test__.jsonc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tests/specs/install') diff --git a/tests/specs/install/move_after_install/__test__.jsonc b/tests/specs/install/move_after_install/__test__.jsonc index 1699e9f6f..f46f22268 100644 --- a/tests/specs/install/move_after_install/__test__.jsonc +++ b/tests/specs/install/move_after_install/__test__.jsonc @@ -15,8 +15,10 @@ "output": "5\n" }, { - "commandName": "mv", - "args": "test-project test-project-moved", + "args": [ + "eval", + "Deno.renameSync('test-project', 'test-project-moved')" + ], "output": "" }, { -- cgit v1.2.3