-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Description
Currently, the project does not mention any unit tests for components, which are crucial for ensuring the reliability and maintainability of the application. Implementing unit tests using a framework like Jest or React Testing Library would help catch bugs early and ensure that components behave as expected.
Suggested Improvements
- Identify key components that would benefit from unit tests (e.g., Banner, Contact Form, Theme Switcher).
- Create test files that cover basic functionality and edge cases.
- Ensure that tests run correctly in the CI/CD pipeline to maintain code quality.
Adding these unit tests will improve the overall robustness of the portfolio app and provide confidence when making changes in the future.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels