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
You will have to specify the directory of karma.config.js when you run start karma.
karma.config.js
Try
karma start karma.config.js