Closed plroebuck closed 10 months ago
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, DEBUG
is sort of a wonky way to do it. It would be cool to see:
node_modules
)--dry-run
which would dump all suites but not run any testsGiven 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 https://github.com/sh3raawii/mocha-decaf
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: