-
-
Notifications
You must be signed in to change notification settings - Fork 168
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
Setup React Native Testing Library and add some tests #45
Conversation
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.
Looks great!
I would just get rid of the snapshot tests and rename the file names to use dot syntax Aside from that great work.
I've submitted the requested changes. Hope it's enough, but please, let me know if anything more is necessary. :) |
Looks really good! Just some small nit changes :) |
Done! |
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.
LGTM - nice work!
Description
This PR sets up the React Native Testing Library and adds some initial tests.
Ticket Link
Closes #43
Relates to #7
How has this been tested?
Tested navigation, playing the meditations, and general using.
Android 11 - API 30 - Real Device
Checklist