瀏覽代碼

test: update coverage exclude (#10915)

btea 1 年之前
父節點
當前提交
efd090b50f
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      vitest.config.ts

+ 2 - 0
vitest.config.ts

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