Migrate SectionList-test to async jest/renderer create abstraction#44999
Closed
robhogan wants to merge 7 commits into
Closed
Migrate SectionList-test to async jest/renderer create abstraction#44999robhogan wants to merge 7 commits into
SectionList-test to async jest/renderer create abstraction#44999robhogan wants to merge 7 commits into
Conversation
Differential Revision: D58647827
Differential Revision: D58647828
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D58651098 |
…reparation for React 19 Summary: Use our existing thin abstraction around `react-test-renderer` `create` within `react-native/jest/renderer`, in order to benefit from the introduction of async `act` wrapping in that abstraction. Changelog: [Internal] Differential Revision: D58650874
Differential Revision: D58651811
…dering Differential Revision: D58650940
…er`, use in ScrollView-test Differential Revision: D58650989
…ion (facebook#44999) Summary: Pull Request resolved: facebook#44999 Use `act`-wrapped abstraction for test rendering in preparation for this becoming mandatory. Changelog: [Internal] Reviewed By: yungsters Differential Revision: D58651098
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D58651098 |
a7a50ba to
c6abb56
Compare
Contributor
|
This pull request has been merged in 9435097. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Use
act-wrapped abstraction for test rendering in preparation for this becoming mandatory.Changelog: [Internal]
Differential Revision: D58651098