-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
--harmony-proxies option not working #1980
Comments
Looks like a regression in 2.3.3. Works in 2.3.2. |
@danielstjules I don't know about that, I can't reproduce it using his setup. |
@boneskull I think it's a regression :(
|
Looks like it's my fault, sorry: c4647bf |
@JaKXz Note that this still works by passing options to the bin. So in the meantime, you can do: I'll have a fix for this tomorrow. |
@danielstjules thanks! |
Nevermind, this isn't a regression in that relase. Any node-specific flags (harmony, etc) need to be passed via CLI, and not placed in mocha.opts. When passed via CLI, bin/mocha will spawn an instance of bin/_mocha with the harmony flags. |
Fixed in master. Thanks again! :) |
Thank you, @danielstjules! and Merry Christmas/Happy Holidays/etc 🎄 🎅 ✨ |
Harmony flags doesn't work for me while using bin/_mocha (required by istanbul)
I'm trying Obs.: it does work for bin/mocha binary |
@josmardias |
This is my
mocha.opts
file in mytest/
folder:I'm using mocha v2.3.4, and node v5.1.0 and I get the error:
EDIT: In fact, none of the
--harmony
options are working.The text was updated successfully, but these errors were encountered: