From 94e6461808255e8880cd010afdc449dbdceddd9a Mon Sep 17 00:00:00 2001 From: Evan You Date: Sun, 28 Mar 2021 02:20:11 -0400 Subject: [PATCH] chore: add sfc playground to coverage exclude list --- jest.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/jest.config.js b/jest.config.js index e6f315c6d..e8507b5db 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',