test: vitest setup + auth/login/cookie banner tests

This commit is contained in:
neckfire
2026-06-20 12:57:13 +02:00
parent 7a4206a522
commit bfdb3d3d9a
8 changed files with 996 additions and 6 deletions
+5
View File
@@ -6,4 +6,9 @@ export default defineConfig({
plugins: [
react(),
],
test: {
environment: 'jsdom',
globals: true,
setupFiles: './src/test/setup.js',
},
})