I know it\'s kind of a bad practice, but bear with me:
I\'m using Angular-CLI, particularly ng g to generate all of my classes. However
ng g
you can try --skip-tests when you creating your app like below.
--skip-tests
ng new yourProjectName --skip-tests