Skip to content

Commit

Permalink
chore: update threshold to 25 (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
mantariksh authored Oct 12, 2020
1 parent a3d5e74 commit e1f9783
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 @@ -13,7 +13,7 @@ module.exports = {
coveragePathIgnorePatterns: ['./node_modules/', './tests'],
coverageThreshold: {
global: {
statements: 12, // Increase this percentage as test coverage improves
statements: 25, // Increase this percentage as test coverage improves
},
},
}

0 comments on commit e1f9783

Please sign in to comment.