šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

tap-nyan

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tap-nyan

Formatted TAP output like Mocha's spec reporter

1.1.0
latest
Source
npm
Version published
Weekly downloads
6.3K
5.28%
Maintainers
1
Weekly downloads
Ā 
Created
Source

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

Colors

The Nyan cat color scheme will automatically be downgraded to ANSI on terminals that doesn't support 265 colors.

For CLI color options see the supports-color module.

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

Keywords

tape

FAQs

Package last updated on 22 Nov 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts