Skip to content

Commit

Permalink
test: reduce coverage threshold to 80% (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
aahna-ashina committed Sep 7, 2022
1 parent 5af5e57 commit 9dd6b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
testEnvironment: 'node',
coverageThreshold: {
global: {
lines: 81.50
lines: 80.00
}
}
}

0 comments on commit 9dd6b5f

Please sign in to comment.