Browse Source

test: package exclusion from code coverage (#2377)

pull/2383/head
Cédric Exbrayat 5 years ago
committed by GitHub
parent
commit
c6443a43c9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      jest.config.js

2
jest.config.js

@ -22,7 +22,7 @@ module.exports = {
'!packages/template-explorer/**',
'!packages/size-check/**',
'!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
'!packages/runtime-dom/src/components/Transition*',
// only called in browsers

Loading…
Cancel
Save