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
ensconced
changed the title
[Bug]: doNotFake is ignored when it contains all available options
[Bug]: doNotFake option for useFakeTimers is ignored when it contains all available options
Nov 10, 2024
Version
29.7.0
Steps to reproduce
Steps:
npm install
npm test
Expected behavior
Both tests should pass.
Actual behavior
One of the tests times out.
Additional context
It seems like when you include all the available options in
doNotFake
, like this:...it's equivalent to doing this:
...whereas it should be equivalent to not faking timers at all.
Environment
The text was updated successfully, but these errors were encountered: