Skip to content

Commit 17191be

Browse files
committed
adjust threshold
1 parent 80ffd99 commit 17191be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jest.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ module.exports = {
4545
coverageThreshold: {
4646
"global": {
4747
"branches": 70,
48-
"functions": 80,
49-
"lines": 80,
50-
"statements": 80
48+
"functions": 90,
49+
"lines": 90,
50+
"statements": 90
5151
}
5252
},
5353
coveragePathIgnorePatterns: ['/node_modules/', '\\.json$', '/__tests__/', '/stories/', '/\\.storybook/'],

0 commit comments

Comments
 (0)