Skip to content

Commit

Permalink
test(apple): lower coverage threshold (nation3#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
aahna-ashina committed Oct 19, 2022
1 parent 2ceb307 commit eaa5568
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: 80.00
lines: 79.00
}
}
}

0 comments on commit eaa5568

Please sign in to comment.