I am using Angular CLI and VSCode but none of my breakpoints in my spec files seem to be getting hit when I run ng test?
ng test
Do I need to do some config?
In the new release of VSCode (1.14.0) they follow this recipe:
You can debug the Angular App entirely ( including the unit tests ), the recipe is straightforward.