test: add mvp verification plan

This commit is contained in:
2026-07-18 16:50:04 +08:00
parent 8fc8298a62
commit ddebc022fa
9 changed files with 173 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ export default defineConfig({
},
test: {
environment: 'jsdom',
exclude: ['node_modules/**', 'dist/**', 'e2e/**'],
globals: true,
},
});