UNPKG

tap-dot

Version:

Formatted TAP output with dots ...

47 lines (30 loc) 739 B
# tap-dot ![NPM version](https://img.shields.io/npm/v/tap-dot.svg?style=flat-square) ![NPM download count](https://img.shields.io/npm/dm/tap-dot.svg?style=flat-square) Formatted TAP output with dots ... **Passed tests** ![Passed tests](https://i.cloudup.com/NUrIyLYHct.png) **Failed tests** ![Failed tests](https://i.cloudup.com/70SmvILs9I.png) ## Install ``` npm install tap-dot --save-dev ``` ## Usage **package.json** ```json { "name": "module-name", "scripts": { "test": "node ./test/tap-test.js | tap-dot" } } ``` Then run with `npm test` **Terminal** ``` tape test/index.js | node_modules/.bin/tap-dot ``` **Testling** ``` npm install testling -g testling test/index.js | node_modules/.bin/tap-dot ```