mocha-parallel / mocha-parallel-tests

Parallel test runner for mocha tests. Looking for maintainer.
MIT License
199 stars 45 forks source link

--ignore || --exclude flags are not working #291

Open BarrMan opened 4 years ago

BarrMan commented 4 years ago

Adding --ignore or --exclude flags do not ignore test files

"test": "mocha tests --ignore ignore.this.test.js - Works "test-parallel": "mocha-parallel-tests tests --ignore ignore.this.test.js" - Doesn't work