UNPKG

matrix-react-sdk

Version:
10 lines (9 loc) 446 B
import { ReactElement } from "react"; import { render, RenderOptions } from "@testing-library/react"; declare const customRender: (ui: ReactElement, options?: RenderOptions) => ReturnType<typeof render>; export * from "@testing-library/react"; /** * This custom render function wraps your component with a TooltipProvider. * See https://testing-library.com/docs/react-testing-library/setup/#custom-render */ export { customRender as render };