Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 396 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 396 Bytes

testem-nyan-reporter

Nyan Cat reporter for Testem

Installation

npm install --save-dev testem-nyan-reporter

Usage

To use the Testem reporter, set it in your testem.js config file:

var NyanReporter = require('./testem-nyan-reporter');
module.exports = {
  "framework": "mocha",
  "src_files": [
    "src/*.js",
    "tests/*_tests.js"
  ]
  "reporter": new NyanReporter()
};