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

Clarify async usage #411

Closed niekcandaele closed 2 years ago

niekcandaele commented 2 years ago

Purpose

Fixes #343, small clarification on how to use fake-timers in async environments

fatso83 commented 2 years ago

Thanks!