saveinmed/backend/internal
Tiago Yamamoto c9a08c8621 test: add automated tests for admin login
Backend:
- TestAdminLogin_Success: verify admin login with username
- TestAdminLogin_WrongPassword: verify 401 for wrong password

Frontend (Marketplace):
- auth.test.ts: mocked tests for login/logout (5 tests)
- auth.integration.test.ts: real API tests (3 tests, skipped in CI)
2025-12-22 00:31:26 -03:00
..
config fix(backend): fix build errors, update tests, and improve documentation 2025-12-21 23:11:33 -03:00
domain feat(backend): switch auth to username and cleanup db config 2025-12-21 23:04:47 -03:00
http test: add automated tests for admin login 2025-12-22 00:31:26 -03:00
payments feat(backend): add comprehensive test suite for 80% coverage 2025-12-20 07:43:56 -03:00
repository/postgres fix(backend): fix build errors, update tests, and improve documentation 2025-12-21 23:11:33 -03:00
server feat(backend): switch auth to username and cleanup db config 2025-12-21 23:04:47 -03:00
usecase fix(backend): fix build errors, update tests, and improve documentation 2025-12-21 23:11:33 -03:00