mirror of
https://github.com/facebook/react.git
synced 2026-02-27 03:07:57 +00:00
This converts some of our test suite to use the `waitFor` test pattern, instead of the `expect(Scheduler).toFlushAndYield` pattern. Most of these changes are automated with jscodeshift, with some slight manual cleanup in certain cases. See #26285 for full context.