Skip to content

Commit

Permalink
Update test.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga authored Jan 29, 2025
1 parent 4e8e54c commit 552ccf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set "loc=%~dp0tests"
echo NodeJS tests
set "LOADER_SCRIPT_PATH=%loc%\node"
echo Npm Test
start /wait metacall.bat npm install metacall ^> out.txt
start /wait metacall.bat npm install is-number ^> out.txt
type out.txt
if %errorlevel%==1 goto :test_fail
echo Successfull!!
Expand Down

0 comments on commit 552ccf5

Please sign in to comment.