node-assertive 3.0.1+ds-1 source package in Ubuntu

Changelog

node-assertive (3.0.1+ds-1) unstable; urgency=medium

  * Team upload
  * New upstream version
  * Bump policy: use Rules-Requires-Root: no

 -- Bastien Roucariès <email address hidden>  Wed, 31 Oct 2018 14:07:27 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-assertive_3.0.1+ds-1.dsc 2.2 KiB 298d4759f884a3276f89941112c370051cc2369e6cbc2586cb26b63f8fe64e34
node-assertive_3.0.1+ds.orig.tar.xz 41.0 KiB 36b9515a24bfe28de85c0bef518abd5d880105a53ad433754b39df8a0115ca08
node-assertive_3.0.1+ds-1.debian.tar.xz 3.4 KiB f48016fa59a632ad5568b81437f0ea188ab38d9fb9b25d2663db22df35d9ae79

Available diffs

No changes file available.

Binary packages built by this source

node-assertive: assertion library, designed for coffee-script

 Assertive aims to make the exact cause of breakage and intent of tests as fast
 and easy to spot as possible, with much attention paid to both the colour and
 alignment of expected and actual data, so you should be able to glean what you
 need immediately.
 .
 It also tries to pre-empt false negative tests from ever happening, by
 rigorously testing for correct assertion invocation and by avoiding to pick
 names for assertions with a track record of being misinterpreted, not just by
 people reading the code, but also by programmers writing them.
 .
 Node.js is an event-based server-side JavaScript engine.