Source: node-pixl-unit
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Joseph Nahmias <jello@debian.org>,
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13),
 dh-nodejs,
 dh-sequence-nodejs,
 node-async <!nocheck>,
 node-chalk <!nocheck>,
 node-pixl-args <!nocheck>,
 node-pixl-cli <!nocheck>,
 node-pixl-tools <!nocheck>,
Standards-Version: 4.7.4
Homepage: https://github.com/jhuckaby/pixl-unit
Vcs-Git: https://salsa.debian.org/js-team/node-pixl-unit.git
Vcs-Browser: https://salsa.debian.org/js-team/node-pixl-unit

Package: node-pixl-unit
Architecture: all
Multi-Arch: foreign
Depends:
 node-async,
 node-chalk,
 node-pixl-args,
 node-pixl-cli,
 node-pixl-tools,
 ${misc:Depends},
Description: simple unit test runner for Node.js
 Supports:
  - multiple threads with timeouts
  - fast fail
  - multiple runs of tests
  - color terminal and JSON file output
  - verbose/debug output
  - async tests with promises
  - beforeEach(), afterEach(), setUp(), and tearDown()
 .
 Node.js is an event-based server-side JavaScript engine.
