feat: upgrade @testing-library/react-native to 13.2.0#14450
Conversation
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
|
New and updated dependencies detected. Learn more about Socket for GitHub ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #14450 +/- ##
==========================================
+ Coverage 66.29% 66.47% +0.17%
==========================================
Files 2248 2248
Lines 48037 48050 +13
Branches 6766 6782 +16
==========================================
+ Hits 31848 31940 +92
+ Misses 14172 14081 -91
- Partials 2017 2029 +12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
|
NicolasMassart
left a comment
There was a problem hiding this comment.
Excelent PR!
I love these new matchers!
Co-authored-by: Nico MASSART <NicolasMassart@users.noreply.github.com>
|
|
|



Description
This upgrades
@testing-library/react-nativeto v13!Followed the migration guide here. It seems to not impact us.
NEW FEATURES - JEST MATCHERS
https://callstack.github.io/react-native-testing-library/docs/api/jest-matchers
As long as you have imported something from
'@testing-library/react-native', you will get extended jest matchers to write more accurate and easier to read assertions!NEW FEATURES - CONCURRENT RENDERING
This adds support for React 18 concurrent rendering. Even if we don't support react 18, it will help us write better components and tests that handle:
Related issues
Fixes:
Manual testing steps
Ensure that our existing test suite passes.
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist