node-nodeunit 0.11.3+ds-4 source package in Ubuntu

Changelog

node-nodeunit (0.11.3+ds-4) unstable; urgency=medium

  * Team upload
  * Update standards version to 4.6.1, no changes needed.
  * Randomize test port

 -- Yadd <email address hidden>  Fri, 25 Nov 2022 13:46:27 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-nodeunit_0.11.3+ds-4.dsc 2.1 KiB bb90284e3b3e78d850e649b31ea9880a2785df793d530ebc40e859412a6d04f2
node-nodeunit_0.11.3+ds.orig.tar.xz 490.6 KiB c170341ee81074f73b070b6c28ebd31ea90c88809bd0889606522d9e1c2fab51
node-nodeunit_0.11.3+ds-4.debian.tar.xz 5.5 KiB b7de635efa9f53cbf9d5721ceb02542003602a58ded0dd0b40d38f50c4a8cb8b

Available diffs

No changes file available.

Binary packages built by this source

nodeunit: Unit test framework for Node.js and the browser

 This package provides easy async unit testing
 for Node.js and the browser.
 .
 Particularly, this module:
  * Is simple to use,
  * Just exports the tests from a module,
  * Works with node.js and in the browser,
  * Helps you avoid common pitfalls when testing asynchronous code,
  * Allows one to easily add test cases with setUp and tearDown
    functions,
  * Adds flexible reporters for custom output, built-in support
    for HTML & jUnit XML,
  * Allows one to use mocks and stubs.
 .
 Node.js is an event-based server-side JavaScript engine.