test: add back @testing-library/react-native concurrentRoot in tests.#14454
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. |
…de-testing-library-react-native-concurrent-root-fixes
@testing-library/react-native concurrentRoot in tests.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #14454 +/- ##
==========================================
+ Coverage 66.29% 66.43% +0.13%
==========================================
Files 2248 2251 +3
Lines 48037 48093 +56
Branches 6766 6774 +8
==========================================
+ Hits 31848 31950 +102
+ Misses 14172 14125 -47
- Partials 2017 2018 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
this improves test to prevent null elements
|
|
NicolasMassart
left a comment
There was a problem hiding this comment.
New matchers 🎉 Thanks!



Description
As described in this PR #14450.
This PR adds back
concurrentRootin our react-native tests, and fixes tests that fail due to async behaviours.Related issues
Fixes:
Manual testing steps
Ensure unit tests all pass
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist