mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
f751bd8877
While refactoring root scheduler, I noticed we have few tests that cover updates across multiple roots. To address, I've added multiple root cases to the fuzz tester. Includes a hard-coded test case that was failing before #11307 landed.