Source: node-lolex Maintainer: Debian Javascript Maintainers Uploaders: Sruthi Chandran Section: javascript Priority: optional Build-Depends: debhelper-compat (= 12) , node-browserify-lite , node-type-detect , pkg-js-tools (>= 0.9.12~) Standards-Version: 4.4.1 Vcs-Browser: https://salsa.debian.org/js-team/node-lolex Vcs-Git: https://salsa.debian.org/js-team/node-lolex.git Homepage: https://github.com/sinonjs/lolex Rules-Requires-Root: no Package: node-lolex Architecture: all Depends: ${misc:Depends} , nodejs , node-type-detect Description: Fake JavaScript timers JavaScript implementation of the timer APIs; setTimeout, clearTimeout, setImmediate, clearImmediate, setInterval and clearInterval, along with a clock instance that controls the flow of time. Lolex also provides a Date implementation that gets its time from the clock. . Lolex can be used to simulate passing time in automated tests and other situations where you want the scheduling semantics, but don't want to actually wait. Lolex is extracted from Sinon.JS.