jest
Jest Exit Codes
Exit codes returned by the Jest JavaScript testing framework. Jest is the most widely used test runner for JavaScript and TypeScript projects.
2 codes
· All codes 2 codes
- 0 Tests Passed All tests in the suite passed, or no tests were found and `--passWithNoTests` was specified. Jest exited cleanly with no failures.
- 1 Tests Failed One or more tests failed, a test suite failed to run (e.g. due to a syntax error or missing import), or Jest itself encountered an unhandled error. Check the test output for the specific failure messages.