- Refactor tests to handle empty `model_params` in AgentTypeForm.
- Add return type annotations (`: never`) for throwing functions in ErrorBoundary tests.
- Mock `useAuth` in home page tests for consistent auth state handling.
- Update Header test to validate updated `/dashboard` link.
- Update projects/index.ts to export new list components
- Update prototypes page to reflect #53 implementation at /
- Fix unused variable in ErrorBoundary.test.tsx
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Test normal rendering of children when no error
- Test error catching and default fallback UI display
- Test custom fallback rendering
- Test onError callback invocation
- Test reset functionality to recover from errors
- Test showReset prop behavior
- Test accessibility features (aria-hidden, descriptive text)
- Test edge cases: deeply nested errors, error isolation, nested boundaries
Coverage: 94.73% statements, 100% branches/functions/lines
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>