mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04: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