UNPKG

shallow-react-snapshot

Version:

Enzyme-like shallow snapshots with React Testing Library

6 lines (5 loc) 281 B
import type { ReactComponent, ReactTestChild } from "./types"; /** * Transforms a HTML element into a shallow representation of a React component */ export declare function shallow(rootElement: Element | null, RootReactComponent: ReactComponent | string): ReactTestChild | null;