Skip to content

Commit

Permalink
fixing jest coverage output report (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
VICTOR RAPHAEL BRAGA DE SALES MASCARENHAS authored and KiranNiranjan committed Mar 19, 2019
1 parent 99d38d9 commit 0a0f69b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.unit.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"coverageDirectory": "out/coverage",
"collectCoverageFrom": [
"js/**/*.js",
"src/**/*.{ts,tsx}",
"!**/node_modules/**",
"!**/vendor/**"
],
Expand Down

0 comments on commit 0a0f69b

Please sign in to comment.