node-should-sinon 0.0.6-1 source package in Ubuntu

Changelog

node-should-sinon (0.0.6-1) unstable; urgency=medium

  * Initial release (Closes: #1004462).

 -- Doug Torrance <email address hidden>  Thu, 27 Jan 2022 20:57:24 -0500

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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-should-sinon_0.0.6-1.dsc 2.1 KiB b57f0e1c51a0c67b7d522008fe230a085949d9bd6f4a29b49274680e4fadd082
node-should-sinon_0.0.6.orig.tar.gz 3.7 KiB 291405d9aa187dfb1f410cde3cb8bd03e9900e6c1daee1038a438beba3195c81
node-should-sinon_0.0.6-1.debian.tar.xz 2.2 KiB 17fbb7b8d46a630bdadcd4433859f3b14d8655d7eeb225620fe37135f81f7388

No changes file available.

Binary packages built by this source

node-should-sinon: Sinon.js assertions for should.js

 should is an expressive, readable, framework-agnostic assertion
 library. The main goals of this library are to be expressive and to
 be helpful. It keeps your test code clean, and your error messages
 helpful.
 .
 This module adds additional assertions for sinon.js, which provides
 standalone test spies, stubs and mocks.
 .
 Node.js is an event-based server-side JavaScript engine.