Summary
Test coverage is limited to two files:
src/components/EventForm.test.tsx — 50+ tests
src/lib/pocketbase.test.ts — RSVP function tests
Components Without Tests
High priority (interactive, stateful):
LoginForm.tsx — Authentication form
RegisterForm.tsx — Registration form
AccountDashboard.tsx — Account management
Header.tsx — Navigation with mobile menu and auth state
ScheduleEvents.tsx — Dynamic event schedule
Medium priority:
Newsletter.tsx — Form submission
Hero.tsx — CTA links
Footer.tsx — Navigation links
Acceptance Criteria
Summary
Test coverage is limited to two files:
src/components/EventForm.test.tsx— 50+ testssrc/lib/pocketbase.test.ts— RSVP function testsComponents Without Tests
High priority (interactive, stateful):
LoginForm.tsx— Authentication formRegisterForm.tsx— Registration formAccountDashboard.tsx— Account managementHeader.tsx— Navigation with mobile menu and auth stateScheduleEvents.tsx— Dynamic event scheduleMedium priority:
Newsletter.tsx— Form submissionHero.tsx— CTA linksFooter.tsx— Navigation linksAcceptance Criteria