-
-
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
Add the ability to list files to be tested #3581
Comments
Anybody mind if I take this one? |
Exists in Mocha-6.0 (though hate the namespace) using: $ DEBUG='mocha:cli:run:helpers' mocha --recursive |
So should someone close this issue? Since it's already fixed now? |
I'll leave it open for now and see if I can use a simpler namespace... |
@plroebuck I'm confused; is this intended to be user-facing? If so,
|
Given the cross-cutting concerns that such an implementation would need to touch, I don't think this is a good candidate for a first issue |
This was implemented and closed quite quickly it seems. Can we re-open this PR? It seems like something a lot of people would like! |
You are welcome |
Fixed by #4640. 🚀 |
Description
Output files to be tested (in load order) with the debug package using the namespace
'mocha:files'
in "bin/_mocha" file.Additional Information
Test as follows:
$ DEBUG='mocha:files' mocha --recursive
The text was updated successfully, but these errors were encountered: