0.2.0 • Published 11 years ago

brofist-minimal v0.2.0

Weekly downloads
7
License
MIT
Repository
github
Last release
11 years ago

brofist-minimal

A minimal test reporter for Brofist. For humans.

Example

Write your tests:

var spec = require('brofist')

spec('Thou', function(shall) { 
  shall('pass!', function() { })
})

Run the specs through the minimal reporter:

spec.run(require('brofist-minimal')())

And get back a minimal output:

Success. 1/1 tests.

Installing

Just grab it from NPM:

$ npm install brofist-minimal

Licence

MIT.