An open API service indexing awesome lists of open source software.

https://github.com/johnkrzywanek/mocha-json-oneline

Mocha JSON reporter in one line
https://github.com/johnkrzywanek/mocha-json-oneline

Last synced: 2 months ago
JSON representation

Mocha JSON reporter in one line

Awesome Lists containing this project

README

        

# mocha-json-oneline
Mocha JSON reporter in one line

By default, Mocha JSON reporter outputs pretty printed JSON. This package will disable the pretty print.

Usage:

`npm install mocha-json-oneline --save-dev`

And add mocha reporter argument to your project package JSON:

`mocha --runner=mocha-json-oneline`