Replaced jsdom with happy-dom

This commit is contained in:
Liviu Burcusel 2025-10-19 15:05:29 +02:00
parent 278528b5de
commit 1dece38124
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C
6 changed files with 146 additions and 33 deletions

View file

@ -6,7 +6,7 @@ export default mergeConfig(
viteConfig,
defineConfig({
test: {
environment: "jsdom",
environment: "happy-dom",
exclude: [...configDefaults.exclude, "e2e/**"],
root: fileURLToPath(new URL("./", import.meta.url)),
reporters: [