tape-unsummarize

1.1.2 • Public • Published

tape-unsummarize

Filters out the diagnostic summary lines output by tape.

install

npm install tape-unsummarize

example

$ tape **/*.test.js
 
TAP version 13
# test 1 
ok 1 should be equal
# test 2 
ok 2 should be equal
 
1..2
# tests 2 
# pass  2 
 
# ok 
$ tape **/*.test.js | tape-unsummarize
 
TAP version 13
# test 1 
ok 1 should be equal
# test 2 
ok 2 should be equal
 
1..2
const unSummarize = require('tape-unsummarize')
 
runTests()
  .pipe(unSummarize)
  .pipe(process.stdout)

Package Sidebar

Install

npm i tape-unsummarize

Weekly Downloads

6

Version

1.1.2

License

CC0-1.0

Last publish

Collaborators

  • m59