Currently, in my Angular 5 enterprise application, I have developed numerous components and services using the Angular CLI. Each of these components and services has spec files with the default test case 'Component/Service should be created'.
Considering that I have already implemented custom tests that cover everything, I am contemplating removing the default test cases. However, I am concerned about potential unforeseen issues that may arise from this decision.
Can anyone advise me on any possible complications that may arise from removing these default test cases?