Skip to content

Commit

Permalink
test: updated thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
kevkevinpal committed Nov 8, 2023
1 parent 813dedf commit 08929b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,15 @@
"collectCoverageFrom": ["./src/**/*.js", "./src/**/*.ts"],
"coverageThreshold": {
"global": {
"lines": 0
"lines": 2
},
"./src/components/**/utils/**.ts": {
"lines": 100
},
"./src/utils/": {
"lines": 23,
"branches": 29,
"functions": 33
"lines": 27,
"branches": 37,
"functions": 36
}
},
"moduleNameMapper": {
Expand Down

0 comments on commit 08929b2

Please sign in to comment.