Babel Mocha ES6 Compiler is a deprecated Mocha compiler that registers Babel 6 with React JSX and ES6 support. No version updates since 2016; relies on older Babel 6 ecosystem. Not compatible with Babel 7+ or modern Mocha releases. For new projects, use @babel/register directly with Mocha's --require flag.
npm install babel-mocha-es6-compilerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to install the package and run Mocha tests with ES6+JSX support.
Use @babel/register and @babel/preset-env with Mocha --require instead.
Use --require and configure Babel explicitly (e.g., --require @babel/register).
Run 'npm install babel-mocha-es6-compiler --save-dev' in the project root.
Use '--require @babel/register' and configure Babel presets separately.