Mocha v6.0.1 Release Notes

Release Date: 2019-02-21 // about 5 years ago
  • ๐Ÿ›  The obligatory round of post-major-release bugfixes.

    ๐Ÿ›  :bug: Fixes

    These issues were regressions.

    • #3754: Mocha again finds test.js when run without arguments (@plroebuck)
    • #3756: Mocha again supports third-party interfaces via --ui (@boneskull)
    • #3755: Fix broken --watch (@boneskull)
    • ๐Ÿ—„ #3759: Fix unwelcome deprecation notice when Mocha run against languages (CoffeeScript) with implicit return statements; returning a non-undefined value from a describe callback is no longer considered deprecated (@boneskull)

    ๐Ÿ“š :book: Documentation