devlato / async-wait-until

Waits for an expectation to be truthy. A small library with a convenient API suitable for unit and integration testing
https://devlato.github.io/async-wait-until/
MIT License
75 stars 13 forks source link

Fix window.setTimeout call on a wrong environment #10

Closed github-actions[bot] closed 3 years ago

github-actions[bot] commented 3 years ago

This PR fixes issue #9, which was caused by a wrong TS guard check that would call window.setTimeout when window was not available.