From: Evan You Date: Sun, 28 Mar 2021 06:20:11 +0000 (-0400) Subject: chore: add sfc playground to coverage exclude list X-Git-Tag: v3.0.10~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94e6461808255e8880cd010afdc449dbdceddd9a;p=thirdparty%2Fvuejs%2Fcore.git chore: add sfc playground to coverage exclude list --- diff --git a/jest.config.js b/jest.config.js index e6f315c6de..e8507b5db0 100644 --- a/jest.config.js +++ b/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',