mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-23 00:13:36 +10:00
chore: migrate from jsdom to happy-dom for testing environment
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user