Open nate-strauser opened 9 years ago
@nate-strauser I am considering to take a stab at this (at least for educational purposes). Do you have a preference for a test framework within Velocity?
cucumber style tests look good, but i failed to get them working correctly for complex scenarios (lots of cross test pollution) when working with a client recently
mocha is my go to standard - used it for quite a while with no major issues - running in meteor context (just like chrome console) is great - can be a pain with timeouts and such to wait for actions to complete
jasmine also seems ok
so mocha or maybe jasmine