Exclude style/index.tsx from coverage resport.

This commit is contained in:
Wei Zhu 2016-12-06 17:11:58 +08:00
parent ff2d55481e
commit bd1334065d

View File

@ -191,7 +191,8 @@
},
"testRegex": "/tests/.*\\.test\\.js$",
"collectCoverageFrom": [
"components/**/*.{ts,tsx}"
"components/**/*.{ts,tsx}",
"!components/*/style/index.tsx"
]
},
"pre-commit": [