Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.
/ mocha-babel Public archive
forked from masawada/mocha-babel

A plugin for Mocha to pass JS files through the Babel transpiler

License

Notifications You must be signed in to change notification settings

ask-izzy/mocha-babel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A plugin for Mocha to pass JS files through the Babel transpiler

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%