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
ReferenceError when loading lolex is browsers #272
Closed
mantoni closed 5 years ago
Originally reported on the PR introducing the issue here: https://github.com/sinonjs/lolex/pull/270#issuecomment-544431770
5.1.0
What did you expect to happen?
lolex.createClock()
creates a clock.What actually happens
A
ReferenceError
is thrown.