Skip to content

josh-egan/mocha-minimalist-reporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A minimalist reporter for mocha

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published