Skip to content

Commit

Permalink
package.json modified under 'jest' to have full tests coverage (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikBin authored and alexjoverm committed Oct 8, 2018
1 parent bd87c14 commit 8a233f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,10 @@
"statements": 95
}
},
"collectCoverage": true
"collectCoverage": true,
"collectCoverageFrom": [
"src/*.{js,ts}"
]
},
"prettier": {
"semi": false,
Expand Down

0 comments on commit 8a233f8

Please sign in to comment.