How can mock a component child to test the parent standalone component in Angular
I converted all of my Angular components to standalone components. However, I’m encountering issues with my unit tests. The tests that were previously working are now failing.