chore: migrate from jsdom to happy-dom for testing environment

This commit is contained in:
Amruth Pillai
2026-05-10 20:46:28 +02:00
parent b321e01658
commit 7a60a42a04
15 changed files with 114 additions and 316 deletions
+1 -1
View File
@@ -4,5 +4,5 @@ import { createVitestProjectConfig } from "../../vitest.shared";
export default createVitestProjectConfig({
name: "@reactive-resume/import",
dirname: fileURLToPath(new URL(".", import.meta.url)),
environment: "jsdom",
environment: "happy-dom",
});