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'],
|
coverageReporters: ['html', 'lcov', 'text'],
|
||||||
collectCoverageFrom: [
|
collectCoverageFrom: [
|
||||||
'packages/*/src/**/*.ts',
|
'packages/*/src/**/*.ts',
|
||||||
'!packages/template-explorer/**'
|
'!packages/template-explorer/**',
|
||||||
|
'!packages/runtime-test/src/utils/**'
|
||||||
],
|
],
|
||||||
watchPathIgnorePatterns: ['/node_modules/'],
|
watchPathIgnorePatterns: ['/node_modules/'],
|
||||||
moduleFileExtensions: ['ts', 'tsx', 'js', 'json'],
|
moduleFileExtensions: ['ts', 'tsx', 'js', 'json'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user