Explorar o código

chore: ignore test utils in coverage

Evan You %!s(int64=6) %!d(string=hai) anos
pai
achega
28a1e8ab27
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      jest.config.js

+ 2 - 1
jest.config.js

@@ -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'],