Closed
Description
Hey there! I noticed, that updating to 10.4.1 cause some of my tests failing. I investigated a bit and it seems, that the components, which are using setters in the inputs are not invoking logic that was in the setter before.
I assume it might be caused by this change in 10.2.1 which changes the way how component properties are added to the fixture:
I am curios , is it a bug? And if not, what is the preferred way to test components which use set
in the @Input
?