We have a custom validator. How can I create unit tests for the validator in Jest?
formArrayValidator(): ValidatorFn { return (formArray: FormArray): Valida