You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All component hasn't tests, but component Div has test. It would be better if we add test for all components.
Motivation
Why should this be worked on? What problems or use cases does it solve or improve?
You'll want to validate that each unit of your React Native code performs as expected, and you’ll want to test each unit’s impact on the behaviour of your system.
Summary
All component hasn't tests, but component
Div
has test. It would be better if we add test for all components.Motivation
Why should this be worked on? What problems or use cases does it solve or improve?
You'll want to validate that each unit of your React Native code performs as expected, and you’ll want to test each unit’s impact on the behaviour of your system.
Additional Context
https://callstack.github.io/react-native-testing-library/
The text was updated successfully, but these errors were encountered: