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

Fix(runToLastAsync): Prevent infinite loop #451

Closed guillaumeduboc closed 1 year ago

guillaumeduboc commented 1 year ago

Purpose (TL;DR) - mandatory

Fix #450 In the runToLastAsync method, wait the correct amount of time with tickAsync

fatso83 commented 1 year ago

Ah, the tests fail on Node 18, meaning #441 is blocking this and others. image