Skip to content

Commit 94e6461

Browse files
committed
chore: add sfc playground to coverage exclude list
1 parent 16e8f45 commit 94e6461

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ module.exports = {
2020
'packages/*/src/**/*.ts',
2121
'!packages/runtime-test/src/utils/**',
2222
'!packages/template-explorer/**',
23+
'!packages/sfc-playground/**',
2324
'!packages/size-check/**',
2425
'!packages/runtime-core/src/profiling.ts',
2526
'!packages/runtime-core/src/customFormatter.ts',

0 commit comments

Comments
 (0)