Run integration tests for schematics #16479
Labels
area: dev-infra
Issue related to internal project infrastructure
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Related to #13456, we should test the generated code of schematics. We can achieve this by having a CLI app where the schematics ran.
Once all schematics ran, we can run
ng build
andng test
to verify nothing is broken.The text was updated successfully, but these errors were encountered: