f368ad7279
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
686 B
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 nowjest.useFakeTimers({ legacyFakeTimers: true }).- Error objects collected by
withLogCollectorfrom@backstage/test-utilsare now objects with adetailproperty rather than a string.