Use happy-dom as vitest environment

This commit is contained in:
Maurus Decimus
2026-04-20 15:23:38 +02:00
parent af2b833e99
commit 80727bbb77
3 changed files with 85 additions and 3 deletions
+1 -1
View File
@@ -14,6 +14,6 @@ export default defineConfig({
},
test: {
globals: false,
environment: 'node',
environment: 'happy-dom',
},
})