From 94bb86bfd11e78f140c69077a9abab7b6d8928d6 Mon Sep 17 00:00:00 2001 From: Vicente Eduardo Ferrer Garcia <7854099+viferga@users.noreply.github.com> Date: Thu, 30 Jan 2025 16:15:45 -0500 Subject: [PATCH] Update test.bat --- test.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test.bat b/test.bat index cc6350d..6ceb289 100644 --- a/test.bat +++ b/test.bat @@ -5,9 +5,9 @@ rem The format of commands (i.e tests/node/commands.txt) must always contain a n set "loc=%~dp0tests" echo Package Manager Test -call metacall.bat npm install is-number -call metacall.bat npm -call metacall.bat pip +call metacall npm install is-number +call metacall npm +call metacall pip echo NodeJS tests set "LOADER_SCRIPT_PATH=%loc%\node"