Replies: 1 comment
-
hi @JsantosDK, thanks for the request. Please subscribe to this FR: #6293 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
By default angular test are created with schematics that rely on TestBed, like below:
Howetver, it would be very useful if schematics could be provided by default, such that when a component would be created, the default test setup would be:
This would avoid the need to re-write the test setup on every test and would also reduce the change for minor errors.
Beta Was this translation helpful? Give feedback.
All reactions