You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is all well and good - but you also broke the ability to use mocha.opts when invoking _mocha directly. Using _mocha directly is needed when running things like istanbul.
Is this intentional? If so, do you have any more elegant suggestions (besides not using mocha.opts or doing the readFileSync / trim / split / filter bit in our own wrapper script?)
If you run
mocha --harmony
that works fine, but placing--harmony
inmocha.opts
doesn't seem to work.The text was updated successfully, but these errors were encountered: