import React from 'react' import { render } from '@toptal/picasso-test-utils' import type { FormConfigProps } from '../FormConfig' import { FormCompound as Form } from '../FormCompound' import type { Props as RadioGroupProps } from '../RadioGroup' const renderFormRadio = ( { required, name }: RadioGroupProps, formConfig: FormConfigProps = {} ) => render(