You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, jest timers are utilizing the legacy tag, jest.useFakeTimers('legacy'), which uses the old API implementation of jest timer mocks. In v27, timers have flipped the default implementation to use the modern APIs, and will require updating.
Currently, jest timers are utilizing the legacy tag,
jest.useFakeTimers('legacy')
, which uses the old API implementation of jest timer mocks. In v27, timers have flipped the default implementation to use the modern APIs, and will require updating.Ref: https://jestjs.io/blog/2021/05/25/jest-27#flipping-defaults
The text was updated successfully, but these errors were encountered: