-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add unit test environment setup #12
Add unit test environment setup #12
Conversation
…it hooks in order to avoid broken changes
….com:stackbuilders/react-native-spotlight-tour into Add-unit-test-environment-setup-and-git-hook
… of props property
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ChristianMarca Great work so far! I left some small comments, mostly related to BDD with Jest. Here is a small guide to writing better specs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job so far! I added some comments you can start checking. I have not finished reviewing everything, but you can address this first batch and check the rest of the code based on the comments. Then we can check it again 🙂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking better! It a bit of a big PR so please take a careful look at the comments before merging. Good job and thanks for your help! 🎉 🙂
🙏 Thank you @JoseLion This project is amazing and the comments were really useful to clean the code make more readable and scalable 🚀 |
🎉 This PR is included in version 1.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
This PR adds the setup for the testing environment using the Jest and React Native Testing Library
Please check the setup and the test use cases to verify if the testing way is properly before to continue implementing the other tests.
Validations: