]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
test: update coverage exclude (#10915)
authorbtea <2356281422@qq.com>
Mon, 20 May 2024 16:38:15 +0000 (00:38 +0800)
committerGitHub <noreply@github.com>
Mon, 20 May 2024 16:38:15 +0000 (00:38 +0800)
vitest.config.ts

index e6436408adb68a87e02a0c0725128a5a69a4d509..ae14f3fb76ee85c2235a5a2f85ce6d40f949cc7a 100644 (file)
@@ -41,6 +41,8 @@ export default defineConfig({
         'packages/runtime-dom/src/components/Transition*',
         // mostly entries
         'packages/vue-compat/**',
+        'packages/sfc-playground/**',
+        'scripts/**',
       ],
     },
   },