I am doing a test over my custom component. Inside it, I make a require
to a child. When testing with Karma and Jasmine, the view content of my child component is empty and appears <!--anchor-->
tag instead.
I realised that for other other components appears <!--view-->
and the content is rendered in test component.
Why is behaviour?
I would like to check the content of this child view.