test: package exclusion from code coverage (#2377)

This commit is contained in:
Cédric Exbrayat 2020-10-14 10:23:51 +02:00 committed by GitHub
parent 6e2c79b4f2
commit c6443a43c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ module.exports = {
'!packages/template-explorer/**', '!packages/template-explorer/**',
'!packages/size-check/**', '!packages/size-check/**',
'!packages/runtime-core/src/profiling.ts', '!packages/runtime-core/src/profiling.ts',
'!packages/runtome-core/src/customFormatter.ts', '!packages/runtime-core/src/customFormatter.ts',
// DOM transitions are tested via e2e so no coverage is collected // DOM transitions are tested via e2e so no coverage is collected
'!packages/runtime-dom/src/components/Transition*', '!packages/runtime-dom/src/components/Transition*',
// only called in browsers // only called in browsers