mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
Expresso
TDD framework for nodejs.
Features
- light-weight
- intuitive async support
- intuitive test runner executable
- test coverage support and reporting
- uses the assert module
assert.eql()alias ofassert.deepEqual()assert.response()http response utilityassert.includes()assert.type()assert.isNull()assert.isUndefined()assert.isNotNull()assert.isDefined()assert.match()assert.length()
Installation
To install both expresso and node-jscoverage run:
$ make install
To install expresso alone (no build required) run:
$ make install-expresso
Install via npm:
$ npm install expresso