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
I just updated to jest@v21.3.0-beta.5 and found what appears to be a bug with clearTimeout when using jest-environment-node + fake timers:
TypeError: Cannot read property 'id' of undefined
at Object.timerRefToId [as refToId] (node_modules/jest-environment-node/build/index.js:53:41)
at TimingAnimation.stop (react-native/Libraries/Animated/src/animations/TimingAnimation.js:149:7)
(For reference, line TimingAnimation:149 is here).
The text was updated successfully, but these errors were encountered:
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
I just updated to
jest@v21.3.0-beta.5
and found what appears to be a bug withclearTimeout
when usingjest-environment-node
+ fake timers:(For reference, line
TimingAnimation:149
is here).The text was updated successfully, but these errors were encountered: