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
794 stars 103 forks source link

Missing hasRef for Node #408

Closed fatso83 closed 2 years ago

fatso83 commented 2 years ago

Just realized we are missing hasRef on our NodeTimer (since v11). Ref https://nodejs.org/api/timers.html#immediatehasref

mroderick commented 2 years ago

This was fixed in #419 and published to the npm registry as 9.1.0