Skip to content

Commit

Permalink
Merge pull request mui#418 from ChinW/master
Browse files Browse the repository at this point in the history
fix the "collectCoverageFrom" config of jest
  • Loading branch information
birkir authored Apr 13, 2017
2 parents db284ea + dbb8d0e commit ab73cb3
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 @@ -30,7 +30,7 @@
},
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,jsx}"
"shared/**/*.{js,jsx}"
],
"snapshotSerializers": [
"<rootDir>/node_modules/enzyme-to-json/serializer"
Expand Down

0 comments on commit ab73cb3

Please sign in to comment.