I need to generate additional stub-* file for each generated component for usage during testing. How can I do that? I understand that I can create my own schematics by copying default one, buy can I avoid that and gracefully extend default one with additional command for generation an empty stub-* file with the same name as generated component?
Asked
Active
Viewed 402 times
3
-
Did you find the solution? – H4mit Mar 10 '20 at 06:58
1 Answers
-1
You can use ngentest.
Here is an article how you can use it https://medium.com/allenhwkim/generate-angular-unit-tests-automatically-1300601ed73

Yevheniy Potupa
- 537
- 5
- 12