chore: ignore test utils in coverage
This commit is contained in:
parent
dfc7c0f12a
commit
28a1e8ab27
@ -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'],
|
||||
|
Loading…
Reference in New Issue
Block a user