Requiring timeouts when testing Meteor with Velocity and Jasmine
Pretty new to meteor, velocity and jasmine so not sure if I am doing something wrong, using Jasmine for something it's not designed for, or this is just the way it works. I am finding I need to set timeouts for pretty much all of my tests in order to get them to pass. Should this be the case or am I doing something incorrectly? For example some tests I am running to check validation messages: describe("add quote validation", function() { beforeEach(function (done) { Router.go('addQuote'); Tracker.afterFlush(function(){ done(); }); }); beforeEach(waitForRouter); it("should show validation when