I want to test my method throws Error when user is not logging in.
But It interrupts seeing test output in mocha that Meteor log the error to console
Can I disable logging in Meteor.methods
This might help - check out method tests I did for one of my projects / see link below.
Thank you. It works