I installed the chrome stream meninges
I have such tests:
describe('Service tests', function () { beforeEach(module('app')); it('should have a Service', inject(function($injector) { var exist = $injector.has('dataService');
etc.
but you wonβt be able to get breakpoints to hit anywhere in the tests. I can cause the debugger to break when I write the debugger, but it cannot pass.
source share