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
- Host: GitHub
- URL: https://github.com/johnkrzywanek/mocha-json-oneline
- Owner: johnkrzywanek
- License: mit
- Created: 2019-12-06T09:20:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-06T10:14:42.000Z (over 5 years ago)
- Last Synced: 2025-03-23T21:03:52.210Z (2 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mocha-json-oneline
Mocha JSON reporter in one lineBy 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`