0.1.1 • Published 11 years ago

buddy-minimal v0.1.1

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

buddy-minimal

A minimal test reporter for Buddy. For humans.

Example

Write your tests:

var spec = require('test-buddy')

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

Run the specs through the minimal reporter:

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

And get back a minimal output:

Success. 1/1 tests.

Installing

Just grab it from NPM:

$ npm install buddy-minimal

Licence

MIT.

0.1.1

11 years ago

0.1.0

11 years ago