node-lolex 2.2.0-1 source package in Ubuntu

Changelog

node-lolex (2.2.0-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * Modernize packaging

 -- Pirate Praveen <email address hidden>  Sun, 11 Feb 2018 00:10:08 +0530

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-lolex_2.2.0-1.dsc 2.0 KiB 6ea0c0f1ba1a2860c72c2b41eddca96667047dbb6242daa01c64646c8040770c
node-lolex_2.2.0.orig.tar.gz 58.9 KiB 3131146f224d7b4baf71a6bf1cfc74ba4d2e0c112788f4f4942e938cc1b4e534
node-lolex_2.2.0-1.debian.tar.xz 21.9 KiB 9a5667b8669eb01f8f77e2c7d9908c51ecadd0adb19cb327a9c719009934722b

Available diffs

No changes file available.

Binary packages built by this source

node-lolex: 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.