Refactor: Add @testing-library/user-event dependency and enhance tests with improved logging and error handling for better clarity and maintainability
All checks were successful
Deploy to Test Environment / deploy-to-test (push) Successful in 31m47s

This commit is contained in:
2025-12-16 18:50:45 -08:00
parent a64e74f61d
commit a25eafc062
10 changed files with 164 additions and 82 deletions

View File

@@ -64,6 +64,7 @@
"@testcontainers/postgresql": "^11.8.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/bcrypt": "^5.0.2",
"@types/cookie-parser": "^1.4.10",
"@types/express": "^5.0.5",