"npm run test" failing inside docker just after cloning the project #3280
Open
Description
p5.js version
No response
What is your operating system?
Windows
Web browser and version
No response
Actual Behavior
After cloning the repository, running the app in Docker without making any code changes, and executing npm run test
inside the Docker shell, the tests are failing.
Expected Behavior
It should pass all the tests
Steps to reproduce
Steps:
- Clone the repository
- Run the app in docker
- Open the command shell within the app container and run the command "npm run test"