5.0.0 • Published 7 years ago
tap-spec v5.0.0
tap-spec

Formatted TAP output like Mocha's spec reporter
Install
npm install tap-spec --save-dev
Usage
Streaming
var test = require('tape');
var tapSpec = require('tap-spec');
test.createStream()
.pipe(tapSpec())
.pipe(process.stdout);
CLI
package.json
{
"name": "module-name",
"scripts": {
"test": "node ./test/tap-test.js | tap-spec"
}
}
Then run with npm test
Terminal
tape test/index.js | node_modules/.bin/tap-spec
Testling
npm install testling -g
testling test/index.js | node_modules/.bin/tap-spec
5.0.0
7 years ago
4.1.2
7 years ago
4.1.1
10 years ago
4.1.0
10 years ago
4.0.2
10 years ago
4.0.1
10 years ago
4.0.0
10 years ago
3.0.0
10 years ago
2.2.2
10 years ago
2.2.1
10 years ago
2.2.0
10 years ago
2.1.2
10 years ago
2.1.1
11 years ago
2.1.0
11 years ago
2.0.0
11 years ago
1.0.1
11 years ago
1.0.0
11 years ago
0.2.1
11 years ago
0.2.0
11 years ago
0.1.9
11 years ago
0.1.8
11 years ago
0.1.7
11 years ago
0.1.6
11 years ago
0.1.5
11 years ago
0.1.4
11 years ago
0.1.3
11 years ago
0.1.2
11 years ago
0.1.1
11 years ago
0.0.1
11 years ago