Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(mocha): don't insert empty argument if default config is used
mocha was interpreting this extra empty arg as a file glob of "", and always logging a warning that the file glob didn't match any files to test. This fixes the noise.
- Loading branch information