mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
ae3b98f5ad
This simplifies your test helpers to loop until all timers are flushed (including the ones that get queued after updates), and works in concurrent mode. I also renamed actSuspense to actAsync to be clearer.