Velocity and Jasmine not working very well, if at all

We’re just starting out with testing our Meteor application, but we’re having a heck of a time getting some Jasmine tests to work with Velocity. In the past, the mirrors used to take a very long time (10 mins.+) getting to load, and now they’re not even running at all. The logs say the mirrors connected, but they do not indicate any tests were run.

We’re using the sanjo:jasmine package, and we recently updated to velocity:core 0.10.9. This is on OS X 10.11 with Google Chrome.

Does anyone have any tips they can provide to make our lives easier? We’re having such a hard time.

1 Like

You should post a full debug log to the https://github.com/xolvio/meteor-jasmine/ repo using:

VELOCITY_DEBUG=1 meteor

also try on a fresh meteor app first