Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 727 Bytes

Readme.md

File metadata and controls

39 lines (25 loc) · 727 Bytes

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 of assert.deepEqual()
  • assert.response() http response utility
  • assert.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