sinonjs / fake-timers

Fake setTimeout and friends (collectively known as "timers"). Useful in your JavaScript tests. Extracted from Sinon.JS
BSD 3-Clause "New" or "Revised" License
797 stars 104 forks source link

Fix refresh arguments forwarding #369

Closed dnlup closed 3 years ago

dnlup commented 3 years ago

Purpose (TL;DR)

Refresh wasn't forwarding the arguments passed to setTimeout.

Fixes #368

dnlup commented 3 years ago

I think we are there if I haven't missed anything.

mroderick commented 3 years ago

This has been published to the npm registry as part of @sinonjs/fake-timers@7.0.5