({ children })
| 1 | |
| 2 | export function Manager({ children }) { |
| 3 | return (children); |
| 4 | } |
| 5 | |
| 6 | export const Popper = jest.fn(({ children, placement }) => { |
| 7 | return children({ |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…