mocha-quickdoc
v1.0.2
Published
A simple HTML reporter for Mocha that doesn't include code and helps with folding
Downloads
6
Readme
mocha-quickdoc
A simple HTML reporter for Mocha that doesn't include code and helps with folding
Settings in grunt mocha:
mochaTest: {
test: {
options: {
reporter: 'mocha-quickdoc',
captureFile: 'results.html',
quiet: true,
clearRequireCache: true
},
src: ['test/**/*.js']
}
}