**Describe the bug** const clock = sinon.useFakeTimers(); doesn't work any longer in version 19.0.2, in prior 18 version it wokred **To Reproduce** const clock = sinon.useFakeTimers(); clock.tick(1900001); // here time is not gone by clock.restore();