Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure CircleCI script fails on Jest test errors
- Added `set -e` to the CI script to exit immediately if any command returns a non-zero status. - This change ensures that CircleCI will fail the build if errors are detected during Jest testing or any other command in the script.
- Loading branch information