github mochajs/mocha v7.0.0-esm1
v7.0.0-esm1 (experimental)

latest releases: v10.4.0, v10.3.0, v10.3.0-preminor.0...
pre-release4 years ago

7.0.0-esm1 / 2020-01-12

This is an experimental release based on v7.0.0: npm i mocha@7.0.0-esm1

🎉 Enhancements

#4038: Add Node.js native ESM support (@giltayar)

Enables Mocha to load ECMAScript Modules test files, also valid for --file option.

Limitations:

  • Node.js only v12.11.0 and above
  • Node.js below v13.2.0, you must set --experimental-modules option
  • ESM not (yet) supported for:
    • --watch mode
    • --require option
    • --reporter custom reporters
    • --ui custom interfaces
    • mocharc configuration file

Don't miss a new mocha release

NewReleases is sending notifications on new releases.