ilkkao / co-mocha

Co-mocha
MIT License
26 stars 2 forks source link

mistype. extra comma #4

Open rainder opened 8 years ago

rainder commented 8 years ago
/node_modules/mocha-co/lib/runnable.js:9
  , co = require('co');
  ^
SyntaxError: Unexpected token ,

latest package from npm.js. version 1.17.1

Terry-Weymouth commented 8 years ago

This error is appearing in the release version, 1.17.1, which is being loaded (by default) when I install mocha-co. Is there any way to get this behavior fixed! Please! It is especially a problem on CI systems where everything is installed anew (via npm install).

Also, if anyone has a smooth workaround I'd love to see it documented here.