Set up Jest to enable unit testing of React components. This will help developers write and maintain testable code.
Tasks:
- Install Jest and necessary React testing libraries (e.g., React Testing Library).
- Add a tests/ folder with example tests for an existing component.
- Add a script in package.json to run tests.
- Update the README with instructions on running tests.
Set up Jest to enable unit testing of React components. This will help developers write and maintain testable code.
Tasks: