2.0.3 • Published 10 months ago

@cloudrac3r/tap-dot v2.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

tap-dot

Forked from https://github.com/scottcorgan/tap-dot

Formatted TAP output with dots ...

Passed tests

Passed tests

Failed tests

Failed tests

Install

npm install tap-dot --save-dev

Usage

package.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
2.0.3

10 months ago

2.0.2

12 months ago

2.0.1

12 months ago