I am trying to test with evergreen, but when I try to run my specs I get the following error:
Uncaught Error: jasmine.Suite() required
I'm not sure what the issue is, I thought maybe it's because I need to have jasmine installed as well. So I tried installing that as well, but still get this error. Is there something I am doing wrong?
The only requires in my spec are for some spine.js code plus the model I want to test. Currently, the tests are running in Chrome.