mocha-minimalist-reporter

1.1.0 • Public • Published

mocha-minimalist-reporter

A minimalist reporter for mocha. Inspired by the min reporter that is shipped with mocha. This reporter does not clear the console.

Usage

In your package.json file:

"scripts"{
  "test": "./node_modules/.bin/mocha --reporter mocha-minimalist-reporter ./**/*.specs.js"
}

Output

running tests...

1 passing (13 ms)
2 pending
1 failing

1) when running a failing test should fail:
AssertionError: expected false to be true

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    142
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.0
    142
  • 1.0.0
    0

Package Sidebar

Install

npm i mocha-minimalist-reporter

Weekly Downloads

142

Version

1.1.0

License

MIT

Last publish

Collaborators

  • josh-egan