1.0.2 • Published 7 years ago

mocha-githook-reporter v1.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

Mocha Reporter for use with git hooks

Build Status npm

Will only output a report if there are any test failures, thus making it suitable for use with git hooks

Installation

$ npm install mocha-githook-reporter --save-dev

or as a global module

$ npm install -g mocha-githook-reporter

Usage

Run mocha with mocha-githook-reporter:

$ mocha test --reporter mocha-githook-reporter