grunt-simple-mocha icon indicating copy to clipboard operation
grunt-simple-mocha copied to clipboard

Add force option

Open davidmfoley opened this issue 11 years ago • 0 comments

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

davidmfoley avatar Aug 22 '13 16:08 davidmfoley