Skip to content

Commit

Permalink
Do not bail on the first test failure
Browse files Browse the repository at this point in the history
Related-to: tulios#654
  • Loading branch information
ankon committed Mar 19, 2020
1 parent 897715f commit f861aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ module.exports = {
testEnvironment: 'node',
testRegex: '(/__tests__/.*\\.spec\\.js|(\\.|/)spec)\\.jsx?$',
reporters: ['default', 'jest-junit'],
bail: true,
bail: false,
}

0 comments on commit f861aa1

Please sign in to comment.