Skip to content

Commit

Permalink
fix(jestconfig): fix threshold number
Browse files Browse the repository at this point in the history
  • Loading branch information
davidicus committed Nov 18, 2020
1 parent 0c6d4dc commit f3325fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ module.exports = {
functions: 50,
},
'./src/components/ImageCard/ImageUploader.jsx': {
statements: 71,
statements: 54,
branches: 39,
lines: 56,
functions: 26,
Expand Down

0 comments on commit f3325fb

Please sign in to comment.