Is there a way to debug a single test in angular? For example: I created a simple service called test-service. A Simple test-service.spec.ts file created automatically with a test inside. I can call ng test an everything works fine. But how can i set a breakpoint inside that spec.ts file? I try to do it with Protractor, but if run the test I get this error:
E/launcher - Error: Error: Cannot find module...
Im using intellij as ide.