You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"