1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: node-nodeunit
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends:
debhelper (>= 9)
, dh-buildinfo
, nodejs
, node-tap (>= 7.0.0)
, node-should
Standards-Version: 3.9.8
Homepage: https://github.com/caolan/nodeunit#readme
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-nodeunit.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-nodeunit.git
Package: nodeunit
Architecture: all
Depends:
${misc:Depends}
, nodejs
, node-tap (>= 7.0.0)
Description: Easy unit testing for node.js and the browser.
Simple syntax, powerful tools. Nodeunit provides easy async unit testing for
node.js and the browser.
.
* Simple to use
* Just export the tests from a module
* Works with node.js and in the browser
* Helps you avoid common pitfalls when testing asynchronous code
* Easy to add test cases with setUp and tearDown functions if you wish
* Flexible reporters for custom output, built-in support for HTML & jUnit XML
* Allows the use of mocks and stubs
.
Node.js is an event-based server-side JavaScript engine.
|