Gulp Mocha Versions Save

Run Mocha tests

v10.0.1

3 weeks ago
  • Fix support for streams without file contents c964e10

https://github.com/sindresorhus/gulp-mocha/compare/v10.0.0...v10.0.1

v10.0.0

6 months ago

v9.0.0

6 months ago

Breaking

  • Require Node.js 18 e51ba80

Improvements

  • Update Mocha from v8 to v10 e51ba80

https://github.com/sindresorhus/gulp-mocha/compare/v8.0.0...v9.0.0

v8.0.0

3 years ago

Breaking

  • Require Node.js 10
  • Upgrade to Mocha 8 4fa531f

https://github.com/sindresorhus/gulp-mocha/compare/v7.0.2...v8.0.0

v7.0.2

4 years ago
  • Make Gulp an optional peer dependency 8e452db

https://github.com/sindresorhus/gulp-mocha/compare/v7.0.1...v7.0.2

v7.0.1

4 years ago

v7.0.0

4 years ago

Breaking:

  • Update Mocha (release notes) 4924437
  • Require Node.js 8 and Gulp 4 4924437

https://github.com/sindresorhus/gulp-mocha/compare/v6.0.0...v7.0.0

v4.0.0

7 years ago
  • 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 the mocha 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