test(web): align jsdom abort signals with Node

This commit is contained in:
shaggy (mosaic-dev box)
2026-08-09 20:20:30 -05:00
parent a4861c221f
commit e16c08aa9f
4 changed files with 89 additions and 0 deletions
+2
View File
@@ -14,6 +14,8 @@ export default defineConfig({
test: {
globals: true,
environment: 'jsdom',
setupFiles: ['./src/test/setup.ts'],
isolate: true,
exclude: ['e2e/**', 'node_modules/**'],
},
});