Explorar o código

test: ignore size-check in coverage

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

+ 2 - 1
jest.config.js

@@ -13,8 +13,9 @@ module.exports = {
   coverageReporters: ['html', 'lcov', 'text'],
   collectCoverageFrom: [
     'packages/*/src/**/*.ts',
+    '!packages/runtime-test/src/utils/**',
     '!packages/template-explorer/**',
-    '!packages/runtime-test/src/utils/**'
+    '!packages/size-check/**'
   ],
   watchPathIgnorePatterns: ['/node_modules/'],
   moduleFileExtensions: ['ts', 'tsx', 'js', 'json'],