-
Notifications
You must be signed in to change notification settings - Fork 0
Description
π Description
Implement unit and integration tests for all service modules under the services/ directory in the SkillForge frontend. These tests should mock API interactions where appropriate and ensure that services correctly communicate with backend endpoints.
β Checklist
-
achievement.service.tstested -
aiChat.service.tstested -
course.service.tstested -
dashboard.service.tstested -
user.service.tstested - API calls are properly mocked (e.g., using MSW or Jest mocks)
- Tests run successfully in the CI pipeline
π― Goal
Ensure client services reliably handle backend communication logic and behave correctly under test conditions, improving maintainability and stability of the frontend application.
Reactions are currently unavailable