Files
backstage/.changeset/sweet-insects-camp.md
T
Patrik Oldsberg f368ad7279 changesets: added changeset for jest 29 bump
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-09-20 17:36:37 +02:00

686 B

@backstage/cli
@backstage/cli
minor

BREAKING: Bumped jest, jest-runtime, and jest-environment-jsdom to v29. This is up from v27, so check out both the v28 and v29 (later here) migration guides.

Particular changes that where encountered in the main Backstage repo are:

  • The updated snapshot format.
  • jest.useFakeTimers('legacy') is now jest.useFakeTimers({ legacyFakeTimers: true }).
  • Error objects collected by withLogCollector from @backstage/test-utils are now objects with a detail property rather than a string.