Skip to content

Commit 1caa894

Browse files
committed
🔧 chore: tweak coverageThreshold
1 parent 63be840 commit 1caa894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: jest.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = {
66
...baseConfig,
77
coverageThreshold: {
88
global: {
9-
branches: 95,
9+
branches: 94,
1010
functions: 100,
1111
lines: 95,
1212
statements: 95,

0 commit comments

Comments
 (0)