Server Side Unit Tests

I have some server side code – meteor methods and simply backend helpers – that I would like to test. I’ve read the documentation testing with Meteor, but I am having a hard time connecting the documentation to my very simple use case. Can someone share with me how they’ve tested a meteor method or a simple backend JS function?

Here is an SO post with my question.

1 Like