I have server-side code - meteor methods and simple helper assistants - that I would like to test. I read documentation testing with Meteor, but it's hard for me to connect the documentation to my very simple use case. Can someone share with me how they tested the meteor method or a simple JS function?
For example, let's say you have some kind of server-side method, some_methods.js
function someHelper() {
unit-testing meteor backend
robskrob
source share