Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Commit

Permalink
Reduce coverage values in frontend test
Browse files Browse the repository at this point in the history
  • Loading branch information
garatortiz committed Jul 4, 2018
1 parent 62b4b13 commit 8b921d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
],
"coverageThreshold": {
"global": {
"branches": 2,
"functions": 2,
"lines": 2,
"statements": 2
"branches": 1,
"functions": 1,
"lines": 1,
"statements": 1
}
}
}
Expand Down

0 comments on commit 8b921d0

Please sign in to comment.