There is an option in .angular-cli.json
to disable the automatic creating of *.spec
files e.g. for components, see json schema.
This is a really nice feature because personally (this is just my opinion) testing the components might not be the thing that really worth it in a fast growing project.
However sometimes I would like to have an option to generate / recreate the corresponding *.spec
file for an already existing component / service / pipe / whatsoever.
Is that possible using some command line call?
Created a feature request, let's see how it goes...