We currently use karma + jasmine to run unit tests. When there is a bug in the product code, this works great. However, if someone makes a typo in a unit test file, then it causes all of the tests to abort, and more importantly, the return code is 0 so our CI server thinks it passed:We currently use karma + jasmine to run unit te