fix: resolve test failures across translations, contact form, and vitest config

- Add 18 missing translation keys to all non-English locales (de, es, fr, it, ja, nl, pt) with English fallback values
- Fix contact form submit test targeting prefix input instead of given_name
- Exclude .next/ build output from vitest to prevent Playwright spec conflicts
This commit is contained in:
Linus Rath
2026-03-16 22:51:49 +01:00
parent dc3e5b7706
commit 7cf79d8775
9 changed files with 185 additions and 16 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ export default defineConfig({
environment: 'jsdom',
globals: true,
setupFiles: ['./vitest.setup.ts'],
exclude: ['e2e/**', 'node_modules/**'],
exclude: ['e2e/**', 'node_modules/**', '.next/**'],
},
resolve: {
alias: {