Skip to content

Commit

Permalink
Convert more Suspense tests to use act (facebook#26602)
Browse files Browse the repository at this point in the history
Many of our Suspense-related tests were written before the `act` API was
introduced, and use the lower level `waitFor` helpers instead. So they
are less resilient to changes in implementation details than they could
be.

This converts some of our test suite to use `act` in more places. I
found these while working on a PR to expand our fallback throttling
mechanism to include all renders that result from a promise resolving,
even if there are no more fallbacks in the tree. This isn't all the
affected tests, just some of them — I'll be sharding the changes across
multiple PRs.
  • Loading branch information
acdlite authored and kassens committed Apr 17, 2023
1 parent 0d45a77 commit 7ab2eb8
Showing 1 changed file with 138 additions and 106 deletions.
Loading

0 comments on commit 7ab2eb8

Please sign in to comment.