Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit efd090b

Browse files
authored
test: update coverage exclude (#10915)
1 parent cc1139a commit efd090b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vitest.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ export default defineConfig({
4141
'packages/runtime-dom/src/components/Transition*',
4242
// mostly entries
4343
'packages/vue-compat/**',
44+
'packages/sfc-playground/**',
45+
'scripts/**',
4446
],
4547
},
4648
},

0 commit comments

Comments
 (0)