grunt-mocha-hack
v0.1.0
Published
A hacky wrapper to run node.js lib Mocha tests via grunt.
Downloads
71
Readme
grunt-mocha-hack
Forked version of grunt-simple-mocha.
Grunt really doesn't like running after uncaughtException
s.
But Mocha really likes letting uncaughtException
s run free.
If you're running tests that should actually be in a browser engine, try: grunt-mocha.
Seriously, though, this project should be dissolved once this shit lands in earnest. (node v0.9.5 looks like the first version with that commit.)