Skip to content

Update mocha in / from 4.0.1 to 4.1.0

Christoph Görn requested to merge mocha-4.1.0-47.0.0 into master

Dependencies.io has updated mocha (a npm dependency in /) from "4.0.1" to "4.1.0".

4.1.0

This is mainly a "housekeeping" release.

Welcome Bamieh and xxczaki to the team!

:bug:: Fixes

  • #2661: progress reporter now accepts reporter options (canoztokmak)
  • #3142: xit in bdd interface now properly returns its Test object (Bamieh)
  • #3075: Diffs now computed eagerly to avoid misinformation when reported (abrady0)
  • #2745: --help will now help you even if you have a mocha.opts (Zarel)

🎉 Enhancements

  • #2514: The --no-diff flag will completely disable diff output (CapacitorSet)
  • #3058: All "setters" in Mocha's API are now also "getters" if called without arguments (makepanic)

📖 Documentation

🔩 Other

Merge request reports