I am having a JS-Data resource in angularjs, and every time I call inject
on it in a (Jasmine) test, the test slows down, taking up to 700ms.
I am already doing an ejectAll()
after each test. It is not doing any $http
requests either, so I am out of clues...
Any ideas why JS-Data injections might be so slow in my tests?