-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support --compilers
arg
#16
Conversation
Hey @jprichardson what do you mean with the |
If you create a file, say But I imagine that a lot of people are going to expect the Mocha |
Ah. I haven't tried that approach before, but I guess both options will do. Personally I'd prefer the
|
I also prefer not having to create the extra file. What perfect timing! |
Support `--compilers` arg
Decided to merge because I anticipate demand will be high for this feature. Thanks for your contribution. |
In order to support mocha compilers, the CLI
--compilers
argument has been pulled to theelectron-mocha
front-end, which makes calls likeelectron-mocha --compilers js:babel/register test/example.js
possible in case one has written tests in ES6 for example.