smh / mocha-githook-reporter

Mocha reporter for use with git hooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Mocha reporter for use with git hooks

License:MIT License


Languages

Language:JavaScript 100.0%