-
Notifications
You must be signed in to change notification settings - Fork 13
Meteor 1.6.1 Error : Exception while invoking method 'mocha/runServerTests' Error: invalid reporter #100
Comments
Just use cultofcoders:mocha instead and it will work with 1.6.1. cheers. |
The error above is related to #99 since Meteor 1.6.1 now relies on babel7 and implies CS2, see https://blog.meteor.com/announcing-meteor-1-6-1-50aad71da4e6 |
Hey @theodorDiaconu I did install the original practical package with the command Afterwards, I remove the package, remove the node modules from my project and install your package with However, after running with
|
@JairAviles you need to run it with --driver-package=cultofcoders:mocha |
@theodorDiaconu works fine. Thank you !!! |
@theodorDiaconu thanks for taking the time fix this package for 1.6.1, I too thing is a great test package to maintain going forward. Do you've any plans to publish the cultofcoders:mocha fork? Thanks |
Hey guys, it was public: https://github.com/cult-of-coders/meteor-mocha |
@theodorDiaconu Thank you. It works for 1.7.0.3 too 👍 |
This is like the best testing package I've seen in a long time. Please communicate if you are still maintaining it. So we at least know whether or not to mobilize and fork it and continue with it.
The text was updated successfully, but these errors were encountered: