-
Couldn't load subscription status.
- Fork 49.7k
[tests] assertLog before act in ReactCompositeComponentState #28758
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
Conversation
|
Comparing: a5aedd1...8e338ea Critical size changesIncludes critical production bundles, as well as any change greater than 2%:
Significant size changesIncludes any change greater than 0.2%: Expand to show
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good example why individual assertions are better than just one batch at the end 👍🏻
Fixes tests blocking #28737
Fixes tests blocking #28737
…k#28758) Fixes tests blocking facebook#28737
We should force `assertLog` to be called before each `act` block to ensure the queue is empty. Requires fixing tests: - facebook#28745 - facebook#28758 - facebook#28759 - facebook#28760 - facebook#28761 - facebook#28762 - facebook#28763 - facebook#28812
Fixes tests blocking #28737