Skip to content

Commit

Permalink
chore(tests): Collect coverage from all source files
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidjaniga committed Jul 4, 2019
1 parent 28984b1 commit b62a041
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 @@ -63,7 +63,7 @@
],
"collectCoverage": true,
"collectCoverageFrom": [
"src/*.js"
"src/**/*.js"
],
"moduleNameMapper": {
"\\.(css|less|sass|scss)$": "<rootDir>/__mocks__/styleMock.js"
Expand Down

0 comments on commit b62a041

Please sign in to comment.