2.1.3.6 Testing

• Unit Testing:

• Jest + React Testing Library to test components and user flows (e.g., login forms, post creation).

• End-to-End:

• Cypress to simulate real user paths (login, post, read feed, join chat).

Last updated