(frontend) add "@testing-library/dom

Recent update of @testing-library/react requires
@testing-library/dom to be installed as well.
This commit is contained in:
Anthony LC
2024-06-10 11:30:55 +02:00
committed by Anthony LC
parent bec6ff3d22
commit 8fb18ed186
2 changed files with 53 additions and 34 deletions

View File

@@ -39,6 +39,7 @@
"devDependencies": {
"@svgr/webpack": "8.1.0",
"@tanstack/react-query-devtools": "5.40.1",
"@testing-library/dom": "10.1.0",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "14.5.2",