mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-07-30 17:06:32 -04:00
434 B
434 B
Purpose: Test individual component behavior in isolation with minimal dependencies.
In the project directory, these tests are under /tests/unit/components/
Strategy:
- Mock hooks (useCurrentUser, useLocalObservation), navigation, and queries
- Isolated rendering: Use renderComponent with only the component under test
- State testing: Focus on component UI states, props, and user interactions
- Do not mock child components