grunt-simple-mocha
grunt-simple-mocha copied to clipboard
Add force option
Add a force option so that execution can continue when a test fails.
I use this when using grunt-contrib-watch to continuously run tests, where I don't want to use --force globally for all tasks.
This will be obviated if per-task force is added to grunt: https://github.com/gruntjs/grunt/issues/810