Remove react-test-renderer and rewrite tests #2746
Labels
dependencies
Pull requests that update a dependency file
good first issue
Good for newcomers
Native
Affects the native project
not-testable
Not testable by our tester
ready
Task
Test
Is your feature request related to a problem? Please describe.
We still have two legacy tests using react-test-renderer in native.
Describe the solution you'd like
DashboardNavigationTiles.spec.tsx
andSearchListItem.spec.tsx
) using react native testing libraryreact-test-renderer
and@types/react-test-renderer dependencies
(if possible, might be needed as peer dependency)Describe alternatives you've considered
None.
Additional context
None.
The text was updated successfully, but these errors were encountered: