Source: node-pixl-unit Section: javascript Maintainer: Debian Javascript Maintainers Uploaders: Joseph Nahmias , Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13), dh-nodejs, dh-sequence-nodejs, node-async , node-chalk , node-pixl-args , node-pixl-cli , node-pixl-tools , 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.