nodeunit

Unit test framework for Node.js and the browser

Description

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.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/caolan/nodeunit


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install nodeunit