-
-
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
Consider using flagged-respawn #2517
Comments
Fully removing it would be a breaking change--tools like Istanbul depend on it--but if it was just an alias, it might not necessitate a major: // _mocha
require('./mocha'); Needs more investigation. |
As a potential alternative, I hear you can now |
Since v6.2.0 we are aiming to avoid child-processes and do respawn only when Node flags are used or the Node flags are detected by |
From
bin/mocha
:It appears likely that we could merge
bin/_mocha
into this file (and probably simplify the code currently inbin/mocha
) using https://www.npmjs.com/package/flagged-respawnMay need to consider whether removing the direct
_mocha
executable would be a breaking change.The text was updated successfully, but these errors were encountered: