This package has been deprecated

Author message:

Please use hifive-minimal instead

buddy-minimal

0.1.1 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i buddy-minimal

Weekly Downloads

0

Version

0.1.1

License

MIT

Last publish

Collaborators

  • killdream