JacksonTian / grunt-mocha-hack

A hacky wrapper to run node.js lib Mocha tests via grunt. (fork of grunt-simple-mocha)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build status

grunt-mocha-hack

Forked version of grunt-simple-mocha.

Grunt really doesn't like running after uncaughtExceptions.

But Mocha really likes letting uncaughtExceptions run free.

What to do?

Imgur

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.)

About

A hacky wrapper to run node.js lib Mocha tests via grunt. (fork of grunt-simple-mocha)

License:MIT License


Languages

Language:JavaScript 100.0%