-
-
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
Document how to use --harmony* flags with _mocha #2665
Comments
I'm not sure off the top of my head whether there's a way to give |
If there's any other way to get |
Does |
|
I think I understand now... I tried your script on other repos that use
I believe this is related to With that said, I think it would still be A Good Idea™ to go forward with #2517 and maybe document this workaround somewhere in the meantime. |
Yeah, I'm a little surprised myself that it's this tricky, so we should definitely document this until we can test that #2517 doesn't break anything (depending on how it works, it might have the same problem running Istanbul as using |
Sounds good. On that note, is the Wiki the appropriate place to put something like this? If so, maybe we could add a Known Issues section and put this there. |
It should be in theory, but I don't know how up to date it is. |
@BrandonZacharie You might have better luck with using nyc for code coverage rather than istanbul |
I just use
|
The You have two options:
see docu |
I expect these flags to work because
However, as of
I get
➜ node_modules/.bin/_mocha --harmony_async_await error: unknown option `--harmony_async_await'
The text was updated successfully, but these errors were encountered: