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?
You can simply add a 'debugger' where you want to debug and run
When the chrome browser opens, turn on the dev tools and it will stop on your 'debugger'