Skip to content

Commit

Permalink
Fix test coverage collection
Browse files Browse the repository at this point in the history
  • Loading branch information
yesmeck committed Feb 24, 2018
1 parent 138abd7 commit 11d4183
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 @@ -53,7 +53,7 @@
"./tests/setup.js"
],
"collectCoverageFrom": [
"src/*"
"src/**/*.{js,jsx}"
],
"transform": {
"\\.tsx?$": "./node_modules/rc-tools/scripts/jestPreprocessor.js",
Expand Down

0 comments on commit 11d4183

Please sign in to comment.