fix: add @types/testing-library__react for TypeScript compilation

This commit is contained in:
Shaun Arman 2026-04-09 12:27:31 -05:00
parent c49b8ebfc0
commit 298bce8536

View File

@ -36,6 +36,7 @@
"@testing-library/react": "^16",
"@testing-library/user-event": "^14",
"@types/react": "^18",
"@types/testing-library__react": "^10",
"@types/react-dom": "^18",
"@vitejs/plugin-react": "^4",
"@vitest/coverage-v8": "^2",