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
{{ message }}
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.
Also, when a test fails, we need to actually print the error. Currently, I just get a test number and the name of the test in red with no explanation for what went wrong or why I'm even seeing this.
By default mocha (the test runner) will save up the output until all the tests are done and then print the failed tests along with the error messages. If you want to fail fast and print the error immediately run npm run test -- --bail. Hope that helps!
Please save stderr, stdout, and any errors for failed tests to files.
The text was updated successfully, but these errors were encountered: