Skip to content

Commit

Permalink
test: use a flag makes jest stops all tests if one test failed
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdulrhmanGoni committed May 5, 2024
1 parent daa44eb commit 87e7480
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/run-jest-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const command = `\
--runInBand \
--detectOpenHandles \
--forceExit \
--bail \
-- ${runningTarget}
`;

Expand Down

0 comments on commit 87e7480

Please sign in to comment.