1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: node-lolex
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@disroot.org>
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.
|