node-lolex 5.1.2+ds-2 source package in Ubuntu

Changelog

node-lolex (5.1.2+ds-2) unstable; urgency=medium

  * Team upload
  * Back to unstable after successful tests

 -- Xavier Guimard <email address hidden>  Thu, 26 Dec 2019 08:40:30 +0100

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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-lolex_5.1.2+ds-2.dsc 2.1 KiB c24f5069a87a1055d241e64078048eb1e68030dd3f2ed67d07ebf3d9a0c001e3
node-lolex_5.1.2+ds.orig.tar.xz 86.8 KiB 7a3439fd010fd7c444e0f6d4d47b4373ba2d6c6dcbd7bebbdc12489777d58ce5
node-lolex_5.1.2+ds-2.debian.tar.xz 9.9 KiB d4487511bebb3ce13aca8b22cc37ae6021229a069100010e312626f473bb1b0a

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.