4.0.0
- Drop support for Node.js 0.12 and 0.10.
- Now spawns the
mocha
binary instead using its broken programmatic API. This means you can use any of themocha
CLI flags (in a camelCased form). This should also fix most of the issues people have been having with this task. Thanks to @shellscape for doing most of the work.
If you were using Babel with babel-register
in your gulpfile, you now need to use the Mocha compilers
option instead: {compilers: 'js:babel-core/register'}
. See https://babeljs.io/docs/setup/#installation