UNPKG

enzyme-adapter-preact-pure

Version:

Enzyme adapter for Preact

8 lines (7 loc) 235 B
/** * Helper for the `wrappingComponent` option for shallow rendering which is * used to locate the wrapped content in the output of a wrapper component. */ export default function RootFinder({ children, }) { return children; }