detectChanges() not working in Angular standalone component test with ControlValueAccessor
I have written a component test for a simple custom form control component ‘my-input’ (implementing the ControlValueAccessor interface) which only contains an input field.