parallel-mocha
parallel-mocha copied to clipboard
mocha.opts?
My tests work fine normally, but with your tool, the mocha.opts for some reason create syntax errors.
stderr: tion (exports, require, module, __filename, __dirname) { --reporter spec-xunit ^^^^
stderr: SyntaxError: Unexpected identifier
same here
thanks for reporting. i guess this module is not up-to-date for recent releases of mocha.
i'm not actively working on this project, as you might be noticed from the git log. if anyone is willing to work on it, i'm more than happy to add you as a contributor.
I am working on a new project that will accomplish what this one does - I might borrow some of your code if that's alright, but mostly I will recode from scratch since Mocha has too many problems to begin with