chore: ignore test utils in coverage

This commit is contained in:
Evan You 2019-11-04 18:41:40 -05:00
parent dfc7c0f12a
commit 28a1e8ab27

View File

@ -15,7 +15,8 @@ module.exports = {
coverageReporters: ['html', 'lcov', 'text'],
collectCoverageFrom: [
'packages/*/src/**/*.ts',
'!packages/template-explorer/**'
'!packages/template-explorer/**',
'!packages/runtime-test/src/utils/**'
],
watchPathIgnorePatterns: ['/node_modules/'],
moduleFileExtensions: ['ts', 'tsx', 'js', 'json'],