You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This document outlines the testing conventions for the Lily-Frontend project.
## Overview
We use **Jest** as the test runner and **React Testing Library (RTL)** for component testing. Tests should focus on user-facing behavior rather than implementation details.
## File Structure & Naming
- Test files live alongside source files with a `.test.tsx` or `.test.ts` suffix