Set up Vitest #93

Merged
jakob.scheid merged 4 commits from testing/set-up-vitest into main 2026-06-01 12:26:53 +02:00
Showing only changes of commit 0dcb6f0821 - Show all commits
+4
View File
@@ -31,5 +31,9 @@ export default defineConfig({
alias: { alias: {
'@': path.resolve(__dirname, './src') '@': path.resolve(__dirname, './src')
} }
},
test: {
globals: false,
environment: 'jsdom'
} }
}) })