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
Upgrades to react-testing-library, react-hooks-testing-library, 'modern' timers, and jest.
This is preparation for React 18 to make our lives a little easier when the time comes. It's also cleaning some tech debt because using modern timers will allow us to get rid of our RAF mocks in our tests.
🤔 Expected Behavior
Tests should all still pass and we shouldn't have any mocks for RAF
💁 Possible Solution
#2142, we probably don't need to do most of this, but there may be some pieces in here to help whoever is working on this issue.
🔦 Context
Found these as a bit part of the upgrade to 18
The text was updated successfully, but these errors were encountered:
🙋 Feature Request
Upgrades to react-testing-library, react-hooks-testing-library, 'modern' timers, and jest.
This is preparation for React 18 to make our lives a little easier when the time comes. It's also cleaning some tech debt because using modern timers will allow us to get rid of our RAF mocks in our tests.
🤔 Expected Behavior
Tests should all still pass and we shouldn't have any mocks for RAF
💁 Possible Solution
#2142, we probably don't need to do most of this, but there may be some pieces in here to help whoever is working on this issue.
🔦 Context
Found these as a bit part of the upgrade to 18
The text was updated successfully, but these errors were encountered: