setup: add vitest test infrastructure with helpers, fixtures, and reactive test patterns
This commit is contained in:
@@ -5,6 +5,7 @@ export default defineConfig({
|
||||
resolve: {
|
||||
alias: {
|
||||
'@': path.resolve(__dirname, 'src'),
|
||||
'@test': path.resolve(__dirname, 'test/helpers'),
|
||||
},
|
||||
},
|
||||
test: {
|
||||
|
||||
Reference in New Issue
Block a user