(Component)
| 36 | } |
| 37 | |
| 38 | export function testForChildrenInComponent(Component) { |
| 39 | render(<Component>Yo!</Component>); |
| 40 | expect(screen.getByText('Yo!')).toBeInTheDocument(); |
| 41 | } |
| 42 | |
| 43 | // Custom render for Dropdown with provider props |
| 44 | export const customDropdownRender = (ui, providerProps) => { |
no outgoing calls
no test coverage detected
searching dependent graphs…