Skip to content

Commit 7de1b0d

Browse files
committed
raising threshold
1 parent b5bc4fc commit 7de1b0d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
2727
"coverageThreshold": {
2828
"global": {
29-
"branches": 80,
29+
"branches": 100,
3030
"functions": 100,
31-
"lines": 90,
32-
"statements": 90
31+
"lines": 100,
32+
"statements": 100
3333
}
3434
},
3535
"coveragePathIgnorePatterns": [

0 commit comments

Comments
 (0)