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

Changelog

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

  * Team upload
  * Drop __proto__ call

 -- Yadd <email address hidden>  Wed, 14 Sep 2022 11:45:06 +0200

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-nodeunit_0.11.3+ds-3.dsc 2.1 KiB 77a67acf0c6c170ef57e223ccae0e9e11ca2dbea710e0bb936d953f8ca6b42fe
node-nodeunit_0.11.3+ds.orig.tar.xz 490.6 KiB c170341ee81074f73b070b6c28ebd31ea90c88809bd0889606522d9e1c2fab51
node-nodeunit_0.11.3+ds-3.debian.tar.xz 5.4 KiB 486a67306c6097912aba9431c0f154d051032039294267d248f88808e5ddb652

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.