-
-
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
Merge bin/mocha and bin/_mocha #2292
Comments
Yes, having one (1) executable is definitely on the todo list. |
See also #2517, the |
This issue hasn't had any recent activity, and I'm labeling it |
Would be great to have a single executable. |
This issue hasn't had any recent activity, and I'm labeling it |
Tools providing integration with mocha need to use
bin/_mocha
sometimes. For example, debugging mocha test is possible withbin/_mocha
only, because it's impossible to pass--debug-brk=<port>
option to _mocha child process frombin/mocha
.Well, it's easy for IDE to use
bin/_mocha
under the hood, but it might be not so obvious for users who debug mocha tests using node-inspector. Though, there is a hint, one need to take it into account. Also, debugging npm script that runs mocha tests leads to the same confusion (e.g. this WebStorm issue).Related to #1969 (comment) //cc @boneskull
Please merge
bin/_mocha
andbin/mocha
to have single public main script file in mocha3. Thanks.The text was updated successfully, but these errors were encountered: