FriendsOfTYPO3 / tea

Example extension for unit testing and best practices.
https://typo3.org/community/teams/best-practices
GNU General Public License v2.0
75 stars 22 forks source link

`npm` wrapper in `runTests.sh` shows FAILURE #1418

Closed oliverklee closed 1 month ago

oliverklee commented 1 month ago

Steps to reproduce

./Build/Scripts/runTests.sh -s npm audit

Expected result

###########################################################################
Result of npm
Environment: local
NODE: 18
CONTAINER_BIN: podman
SUCCESS
###########################################################################

Actual result

###########################################################################
Result of npm
Environment: local
NODE: 18
CONTAINER_BIN: podman
FAILURE
###########################################################################

Additional information

I get the same results using the -b docker switch to use Docker instead of Podman.

oliverklee commented 1 month ago

Closing. npm audit rightfully failed, and npm ls works fine.