-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Migrate Tests to React Native Testing library #3169
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 #3169
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>
|
✔️ Deploy Preview for react-native-elements canceled. 🔨 Explore the source changes: e62528c 🔍 Inspect the deploy log: https://app.netlify.com/sites/react-native-elements/deploys/61114fc3274df3000745c7b4 |
Codecov Report
@@ Coverage Diff @@
## next #3169 +/- ##
==========================================
- Coverage 83.92% 80.96% -2.97%
==========================================
Files 78 78
Lines 1692 1681 -11
Branches 678 678
==========================================
- Hits 1420 1361 -59
- Misses 267 315 +48
Partials 5 5
Continue to review full report at Codecov.
|
What kind of change does this PR introduce?
Migrate existing tests from enzyme to react native testing library
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