5.0.4 • Published 2 years ago
tap-mocha-reporter v5.0.4
tap-mocha-reporter
Format a TAP stream using Mocha's set of reporters
USAGE
On the command line, pipe TAP in, and it'll do its thing.
tap test/*.js | tap-mocha-reporter
You can also specify a reporter with the first argument. The default
is spec
.
tap test/*.js | tap-mocha-reporter nyan
Programmatically, you can use this as a transform stream.
var TSR = require('tap-mocha-reporter')
fs.createReadStream('saved-test-output.tap')
.pipe(TSR('dot'))
5.0.4
2 years ago
5.0.3
3 years ago
5.0.2
3 years ago
5.0.1
6 years ago
5.0.0
6 years ago
4.0.1
6 years ago
4.0.0
6 years ago
3.0.9
6 years ago
3.0.8
6 years ago
3.0.7
7 years ago
3.0.6
8 years ago
3.0.5
8 years ago
3.0.4
8 years ago
3.0.3
8 years ago
3.0.2
8 years ago
3.0.1
9 years ago
3.0.0
9 years ago
2.0.1
9 years ago
2.0.0
9 years ago
0.0.27
9 years ago
0.0.26
9 years ago
0.0.25
9 years ago
0.0.24
9 years ago
0.0.23
9 years ago
0.0.22
10 years ago
0.0.21
10 years ago
0.0.20
10 years ago
0.0.19
10 years ago
0.0.18
10 years ago
0.0.17
10 years ago
0.0.16
10 years ago
0.0.15
10 years ago
0.0.14
10 years ago
0.0.13
10 years ago
0.0.12
10 years ago
0.0.11
10 years ago
0.0.10
10 years ago
0.0.9
10 years ago
0.0.8
10 years ago
0.0.7
10 years ago
0.0.6
10 years ago
0.0.5
10 years ago
0.0.4
10 years ago
0.0.3
10 years ago