Configuring spec = '<glob>'
fails
#4656
Labels
invalid
not something we need to work on, such as a non-reproducing issue or an external root cause
Prerequisites
faq
labelnode node_modules/.bin/mocha --version
(Local) andmocha --version
(Global). We recommend that you not install Mocha globally.Description
Asking Mocha to do the work of globbing spec files fails. This makes working without
globstar
very hard; some CI tools that we use do not allow turning onglobstar
on the environment shell.Steps to Reproduce
Expected behavior: [What you expect to happen]
The test to be ran correctly.
Actual behavior: [What actually happens]
Reproduces how often: 100%
Versions
mocha --version
andnode node_modules/.bin/mocha --version
: 9.0.0node --version
: v12.22.1The text was updated successfully, but these errors were encountered: