Browse Source

chore: add sfc playground to coverage exclude list

Evan You 5 năm trước cách đây
mục cha
commit
94e6461808
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      jest.config.js

+ 1 - 0
jest.config.js

@@ -20,6 +20,7 @@ module.exports = {
     'packages/*/src/**/*.ts',
     '!packages/runtime-test/src/utils/**',
     '!packages/template-explorer/**',
+    '!packages/sfc-playground/**',
     '!packages/size-check/**',
     '!packages/runtime-core/src/profiling.ts',
     '!packages/runtime-core/src/customFormatter.ts',