Testing Meteor packages with Velocity?
问题 Velocity is an amazing testing framework for Meteor and I am currently using it to test my application code. Now I added a local package to the app, but I don't know how (or if) I can test the package with Velocity, too. I would like to drop tinyTest in favor for a consistent testing framework - Velocity. Is it possible to test packages with Velocity? How should the file structure look like? 回答1: Yes, it is possible to test packages with sanjo:jasmine. It works in nearly the same way as with