ng-mocks icon indicating copy to clipboard operation
ng-mocks copied to clipboard

Remove ViewChild from metadata

Open c-harding opened this issue 2 months ago • 7 comments

ViewChild will always be null, and so there is no point in mocking it. viewChild.required throws an error in mocked components without this change.

Fixes GH-8634

c-harding avatar Apr 16 '24 13:04 c-harding