mocha-parallel-tests
mocha-parallel-tests copied to clipboard
Support --inline-diffs ?
I'm working on some code that a colleague wrote that uses this library. When I run a Mocha/Chai test with -inline-diffs:
node_modules/mocha-parallel-tests/dist/bin/cli.js --inline-diffs ./test-cases/*-e2e-test.js
I don't get inline diffs:

Inline diffs are documented here: https://mochajs.org/#diffs. Appears they were added some time ago: https://github.com/mochajs/mocha/issues/2098
Any news on this one?