Don't collect coverage from __test__ dirs

This commit is contained in:
dannyrb 2019-04-29 16:23:38 -04:00
parent 88733202de
commit b279d1fc82

View File

@ -7,6 +7,7 @@ module.exports = {
'<rootDir>/src/**/*.{js,jsx}',
'!<rootDir>/src/**/*.test.js',
'!**/node_modules/**',
'!**/__tests__/**',
],
reporters: ['default', 'jest-junit'],
//