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 monkey65535 committed May 27, 2020
1 parent 6c08222 commit 42834e0
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 42834e0

Please sign in to comment.