a-r-d / tap-nyan

tap -> nyan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tap-nyan

NYAN TAP output inspired by blatantly copied from Mocha's nyan reporter with much tap material taken from Scott Corgan's awesome tap-spec reporter. Very rough at the moment.

screen shot

Install

npm install tap-nyan --save-dev

Usage

packge.json

{
  "name": "module-name",
  "scripts": {
    "test": "node ./test/tap-test.js | tnyan"
  }
}

Then run with npm test

Terminal

node test/test.js | node_modules/.bin/tnyan

Testling

npm install testling -g
testling test/test.js | node_modules/.bin/tnyan

About

tap -> nyan


Languages

Language:JavaScript 100.0%