Skip to content

Commit

Permalink
Modify jest coverage setting to match all subfolders in src
Browse files Browse the repository at this point in the history
related issue: alexjoverm#293
  • Loading branch information
robinxb authored May 31, 2019
1 parent d75d448 commit 003f97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
}
},
"collectCoverageFrom": [
"src/*.{js,ts}"
"src/**/*.{js,ts}"
]
},
"prettier": {
Expand Down

0 comments on commit 003f97f

Please sign in to comment.