1
0
mirror of synced 2026-05-21 01:36:40 +08:00

test: 完善测试用例

This commit is contained in:
roymondchen
2026-05-14 15:26:22 +08:00
parent 258617536d
commit ab6918f43d
151 changed files with 21040 additions and 329 deletions

View File

@@ -10,13 +10,15 @@ export default defineConfig({
test: {
include: ['./packages/*/tests/**', './runtime/*/tests/**'],
environment: 'jsdom',
environment: 'happy-dom',
environmentMatchGlobs: [['packages/cli/**', 'node']],
coverage: {
include: ['packages/*/src/**'],
exclude: [
'./runtime/**',
'./playground/**',
'./docs/**',
'./packages/*/dist/**',
'./packages/*/types/**',
'./packages/*/tests/**',
'./packages/cli/lib/**',