mocha-parallel-tests
mocha-parallel-tests copied to clipboard
--ignore || --exclude flags are not working
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