This package has been deprecated

Author message:

Please use hifive-minimal instead

brofist-minimal

0.2.0 • Public • Published

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.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i brofist-minimal

    Weekly Downloads

    2

    Version

    0.2.0

    License

    MIT

    Last publish

    Collaborators

    • killdream