mocha 7.0.0-esm1
7.0.0-esm1 / 2020-01-12
This is an experimental release based on v7.0.0: npm i mocha@7.0.0-esm1
:tada: 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-modulesoption - ESM not (yet) supported for:
--watchmode--requireoption--reportercustom reporters--uicustom interfacesmocharcconfiguration file