I\'m trying to add some unit tests to one of my projects.
So far I\'ve installed and configured karma, and have installed jasmine. I\'ve one test file in my te
te
I was facing this issue while running specs on the Angular.js codebase. I had to run npm install karma-jasmine -g to get this working.
npm install karma-jasmine -g