This document outlines the testing conventions for the Lily Frontend project.
- Test files live alongside source files in the same directory
- Use
.test.tsxfor component tests and.spec.tsfor utility tests - Match source file names:
Button.tsx→Button.test.tsx