Skip to content

Gorzas/testem-nyan-reporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()
};

About

Nyan Cat reporter for Testem based on the Karma version

Resources

License

Stars

Watchers

Forks

Packages