gohorsejobs/frontend/src/lib/__tests__
Tiago Yamamoto ce0531fefc feat: connect registration and jobs to real API
Backend fixes:
- Fix FK violation in candidate registration by creating company first
- Add CompanyRepository to RegisterCandidateUseCase
- Add handler integration tests for validation

Frontend improvements:
- Add registerCompany function in auth.ts
- Connect company registration form to backend API
- Replace mockJobs with API call in job detail page
- Add loading/error states to job detail page
- Add Jest tests for auth module
2025-12-23 08:19:49 -03:00
..
api.test.ts test(frontend): add jest setup and integration tests for API client 2025-12-15 10:26:12 -03:00
auth.test.ts feat: connect registration and jobs to real API 2025-12-23 08:19:49 -03:00