mocha-parallel-tests icon indicating copy to clipboard operation
mocha-parallel-tests copied to clipboard

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

Open BarrMan opened this issue 4 years ago • 0 comments

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

BarrMan avatar May 24 '20 10:05 BarrMan