fixing jest coverage output report (#575)

This commit is contained in:
VICTOR RAPHAEL BRAGA DE SALES MASCARENHAS 2019-03-01 06:58:58 -03:00 committed by Kiran Niranjan
parent 44a96e12c5
commit 58956e1b32

View File

@ -22,7 +22,7 @@
],
"coverageDirectory": "out/coverage",
"collectCoverageFrom": [
"js/**/*.js",
"src/**/*.{ts,tsx}",
"!**/node_modules/**",
"!**/vendor/**"
],