Skip to content

Commit c486ff6

Browse files
committed
ci(frontend): add jest-environment-jsdom to fix Jest test environment
1 parent c046e60 commit c486ff6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
"eslint": "8.57.0",
2727
"eslint-config-next": "14.2.5",
2828
"jest": "29.7.0",
29+
"jest-environment-jsdom": "29.7.0",
2930
"@testing-library/react": "14.2.1",
3031
"@testing-library/jest-dom": "6.4.6",
3132
"tailwindcss": "3.4.10",
3233
"postcss": "8.4.47",
3334
"autoprefixer": "10.4.20"
3435
}
3536
}
36-

0 commit comments

Comments
 (0)