Compare commits

..

1 Commits

Author SHA1 Message Date
b8c21ca4b3 fix(test): remove isolate false to fix cross-file DOM leakage in CI
All checks were successful
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 Post-Deploy Verification (push) Successful in 55s
Build & Deploy / 🧪 QA (push) Successful in 1m16s
Build & Deploy / 🏗️ Build (push) Successful in 2m39s
Build & Deploy / 🚀 Deploy (push) Successful in 26s
Build & Deploy / 🔔 Notify (push) Successful in 3s
2026-07-10 18:23:06 +02:00

View File

@@ -15,8 +15,6 @@ export default defineConfig({
test: {
environment: 'happy-dom',
globals: true,
isolate: false,
css: false,
exclude: ['**/node_modules/**', '**/.next/**', '**/dist/**', '**/*.e2e.test.ts'],
include: ['**/*.test.{ts,tsx}'],
coverage: {