]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: add sfc playground to coverage exclude list
authorEvan You <yyx990803@gmail.com>
Sun, 28 Mar 2021 06:20:11 +0000 (02:20 -0400)
committerEvan You <yyx990803@gmail.com>
Sun, 28 Mar 2021 06:20:11 +0000 (02:20 -0400)
jest.config.js

index e6f315c6de12f45aeeacec8585c764f1e5598d37..e8507b5db0f71abcee3bfe9b5cc5bb423eb05379 100644 (file)
@@ -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',