I am currently a coding bootcamp student working on my final project! Unfortunately, I seem to be having issues getting the front-end tests to run in my monorepo. The frontend tests seem to be getting stuck at a certain spot everytime when trying to test all tests. Where NPM Test command gets stuck here.
https://github.com/ChrisDowdDeveloper/RestaurantReservation
the README file says that you can run tests with: (npm test, npm run test:frontend, npm run test:backend, npm run test:e2e).
If I run the command "npm test", "npm run test:frontend", and "npm run test:e2e" it gets stuck on the line mentioned above. If I run the backend tests, the backend tests will run just fine. I attempted to search for the answer and came across:
but unfortunately I couldn't find a file with any name that looked like "WebCompiler"
Thank you for your time!