atsuya / parallel-mocha

run tests for mocha in parallel
MIT License
17 stars 8 forks source link

mocha.opts? #5

Open GeoffreyPlitt opened 9 years ago

GeoffreyPlitt commented 9 years ago

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

jimmyeisenhauer commented 9 years ago

same here

atsuya commented 9 years ago

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.

ORESoftware commented 8 years ago

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