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
First of all, thanks for sharing this project with the React Native community.
This is the first time that I contribute to an open source project, and, since I was looking for an opportunity to start learning unit testing for React Native, this issue seems to be a good one. But, I'm new in this open source world, so I have a few questions.
First of all, in the case of writing tests for the application, does my first unit test PR needs to cover all components/screens? If it doesn't, do I need to close this issue (like is said in the pull request template), or do I just need to reference it (e.g. writing "Relates to #7" in the Ticket Link section)?
Thank you in advance.
Hey @EmersonPinheiro :) Yeah this issue is a bit vague. Let's get more specific. Have you ever used React Native Testing Library? Maybe you can set that up!
We are always interested in people writing more unit tests 😄
Here are some good and easy places to write unit tests:
Here are some good and easy places to write component tests:
But before writing any component tests I highly recommend we complete issue #43 and setup React Native Testing Library.
The text was updated successfully, but these errors were encountered: