brofist-minimal

A minimal test reporter for Brofist.

MIT 2 个版本
安装
npm install brofist-minimal
yarn add brofist-minimal
pnpm add brofist-minimal
bun add brofist-minimal
README

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.

版本列表
0.2.0 2013-06-13
0.1.1 2013-05-08