-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Migrate Tests to React Native Testing library #3170
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
Migrate Tests to React Native Testing library #3170
Conversation
Co-authored-by: Arpit Bhalla <68342121+arpit-bhalla@users.noreply.github.com>
Co-authored-by: Arpit Bhalla <68342121+arpit-bhalla@users.noreply.github.com>
Co-authored-by: Arpit Bhalla <68342121+arpit-bhalla@users.noreply.github.com>
Co-authored-by: Arpit Bhalla <68342121+arpit-bhalla@users.noreply.github.com>
Co-authored-by: Arpit Bhalla <68342121+arpit-bhalla@users.noreply.github.com>
Co-authored-by: Arpit Bhalla <68342121+arpit-bhalla@users.noreply.github.com>
Co-authored-by: Arpit Bhalla <68342121+arpit-bhalla@users.noreply.github.com>
Co-authored-by: Arpit Bhalla <68342121+arpit-bhalla@users.noreply.github.com>
Co-authored-by: Arpit Bhalla <68342121+arpit-bhalla@users.noreply.github.com>
Co-authored-by: Arpit Bhalla <68342121+arpit-bhalla@users.noreply.github.com>
❌ Deploy Preview for react-native-elements failed. 🔨 Explore the source changes: e1812b0 🔍 Inspect the deploy log: https://app.netlify.com/sites/react-native-elements/deploys/611a882601bce70008c479ee |
Codecov Report
@@ Coverage Diff @@
## next #3170 +/- ##
==========================================
+ Coverage 80.53% 83.91% +3.38%
==========================================
Files 80 80
Lines 1654 1654
Branches 692 693 +1
==========================================
+ Hits 1332 1388 +56
+ Misses 317 262 -55
+ Partials 5 4 -1
Continue to review full report at Codecov.
|
What kind of change does this PR introduce?
Closes #2922
Migrate existing tests from enzyme to react native testing library. This is 4th and final PR for migration. Earlier PRs:- #3046, #3150, #3169
Did you add tests for your changes?
Yes i have added few more test case as well.
If relevant, did you update the documentation?
Not required
Summary
Existing code uses enzyme for testing this PR would change it to react native testing library.
Related #2922
Does this PR introduce a breaking change?
No
Other information
GSoC task of @arpitBhalla