Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 575 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 575 Bytes

Mocha Babel

A simple plugin for Mocha to pass JS files through the Babel compiler. Note that dependencies of your project (i.e., files that include node_modules in their file path) will not be transpiled.

Babel is intentionally not included in this package so you can install your preferred version alongside Mocha Babel. Mocha Babel expects both babel and babel-runtime modules to exist in your project.

Use with Mocha from the command line like so:

mocha --compilers js:mocha-babel my_test_dir/*.js