grunt-blanket-mocha
Advanced tools
Changelog
1.0.0
run
option is now true by defaultChangelog
0.4.1
Changelog
0.4.0
Changelog
0.3.4
grunt.warn
instead of grunt.log.warn
on failures with bail false, correct exit code. (#71)Changelog
0.3.3
log
option to output console.log
. False by default.Changelog
0.3.2
bail
option (false by default)Changelog
0.3.0
sampleTest: {
src: ['test.js'],
options: {
reporter: 'Nyan'
mocha: {
ui: 'tdd'
}
}
}
Changelog
0.2.0
tasks/mocha/mocha-helper.js
has been moved to phantomjs/bridge.js
, if you are including it manually, you must change the path/filenameoptions
key per task/targetall: {
src: ['test.js'],
options: {
mocha: {
ui: 'tdd'
},
run: true
}
}