Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.

sorellabs/hifive-minimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brofist-minimal

unstable Dependencies Status

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.

About

A minimal reporter for Brofist test cases.

Resources

License

Stars

Watchers

Forks

Packages

No packages published