setup: add vitest test infrastructure with helpers, fixtures, and reactive test patterns

This commit is contained in:
2026-05-21 20:52:04 +00:00
parent 0886ba1f00
commit e49c91bed6
6 changed files with 506 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ export default defineConfig({
resolve: {
alias: {
'@': path.resolve(__dirname, 'src'),
'@test': path.resolve(__dirname, 'test/helpers'),
},
},
test: {