Testing and Quality
Testing and Quality
Section titled “Testing and Quality”Minimum Validation for Frontend Changes
Section titled “Minimum Validation for Frontend Changes”- Route-level smoke test (
/,/app, and affected module routes) - Provider-dependent behavior checks (auth, lock, module access)
- Component interaction checks for changed shared primitives
- Lint/build pass before merge
Documentation Parity Gate
Section titled “Documentation Parity Gate”When changing any of these, update docs in the same PR:
src/context/*src/utils/moduleRegistry.tssrc/components/*shared APIssrc/app/*route behavior
Recommended CI Additions
Section titled “Recommended CI Additions”- Diff-aware docs check for frontend API changes
- Module/component coverage report against docs inventory