react/scripts/jest/matchers
Andrew Clark fec97ecbc4
act: Move didScheduleLegacyUpdate to ensureRootIsScheduled (#26552)
`act` uses the `didScheduleLegacyUpdate` field to simulate the behavior
of batching in React <17 and below. It's a quirk leftover from a
previous implementation, not intentionally designed.

This sets `didScheduleLegacyUpdate` every time a legacy root receives an
update as opposed to only when the `executionContext` is empty. There's
no real reason to do it this way over some other way except that it's
how it used to work before #26512 and we should try our best to maintain
the existing behavior, quirks and all, since existing tests may have
come to accidentally rely on it.

This should fix some (though not all) of the internal Meta tests that
started failing after #26512 landed.

Will add a regression test before merging.
2023-04-10 14:40:18 -04:00
..
__tests__ [Codemod] Update copyright header to Meta (#25315) 2022-10-18 11:19:24 -04:00
reactTestMatchers.js act: Move didScheduleLegacyUpdate to ensureRootIsScheduled (#26552) 2023-04-10 14:40:18 -04:00
toThrow.js Fixed typos (#22763) 2021-11-15 12:31:35 -05:00
toWarnDev.js Update to Jest 29 (#26088) 2023-02-09 17:07:49 +01:00