Sha256: 9140d0b0e7bce9dbde05cbf033537e2257a28491a3b52c8452951cde0e71dd77
Contents?: true
Size: 727 Bytes
Versions: 27
Compression:
Stored size: 727 Bytes
Contents
# Expresso TDD framework for [nodejs](http://nodejs.org). ## 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
Version data entries
27 entries across 27 versions & 2 rubygems