-
Notifications
You must be signed in to change notification settings - Fork 273
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
docs: update docs on custom jest preset #1316
docs: update docs on custom jest preset #1316
Conversation
9659108
to
8b11b7d
Compare
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.
I would suggest re-ordering of our preset info to mention RN version application first, this will allow users on RN 0.71+ to quickly establish that they do not need to use it.
Co-authored-by: Maciej Jastrzebski <mdjastrzebski@gmail.com>
Co-authored-by: Maciej Jastrzebski <mdjastrzebski@gmail.com>
Codecov ReportBase: 96.07% // Head: 96.09% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1316 +/- ##
==========================================
+ Coverage 96.07% 96.09% +0.02%
==========================================
Files 49 49
Lines 3308 3333 +25
Branches 497 503 +6
==========================================
+ Hits 3178 3203 +25
Misses 130 130
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Summary
Based on #1307
Updates docs to specify that jest preset is no longer required for users that have a version of react native >= 0.71.2
Test plan