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
+2 -2
View File
@@ -107,7 +107,7 @@ describe("getResumeSectionTitle", () => {
customSections: [
{
id: "ext-1",
type: "cover-letter",
type: "cover-letter" as const,
title: "My Cover Letter",
columns: 1,
hidden: false,
@@ -124,7 +124,7 @@ describe("getResumeSectionTitle", () => {
customSections: [
{
id: "ext-1",
type: "cover-letter",
type: "cover-letter" as const,
title: "",
columns: 1,
hidden: false,