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
806 stars 107 forks source link

Support hrtime.bigint() #244

Closed novemberborn closed 5 years ago

novemberborn commented 5 years ago

Fixes #235.

I didn't think it was relevant to mention this in the documentation.

benjamingr commented 5 years ago

Nice work, this looks good.

Need to do a release :]

novemberborn commented 5 years ago

Thanks!