Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 325 Bytes

File metadata and controls

9 lines (6 loc) · 325 Bytes

Testing Conventions

This document outlines the testing conventions for the Lily Frontend project.

File Structure & Naming

  • Test files live alongside source files in the same directory
  • Use .test.tsx for component tests and .spec.ts for utility tests
  • Match source file names: Button.tsxButton.test.tsx