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-devUsage
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-specTestling
npm install testling -g
testling test/index.js | node_modules/.bin/tap-spec5.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
11 years ago
2.2.2
11 years ago
2.2.1
11 years ago
2.2.0
11 years ago
2.1.2
11 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
12 years ago
0.1.8
12 years ago
0.1.7
12 years ago
0.1.6
12 years ago
0.1.5
12 years ago
0.1.4
12 years ago
0.1.3
12 years ago
0.1.2
12 years ago
0.1.1
12 years ago
0.0.1
12 years ago