UNPKG

@feast-dev/feast-ui

Version:

Web UI for the [Feast Feature Store](https://feast.dev/)

6 lines 422 B
import React from "react"; import { RenderOptions } from "@testing-library/react"; declare const customRender: (ui: React.ReactElement, options?: Omit<RenderOptions, "wrapper">) => import("@testing-library/react").RenderResult<typeof import("@testing-library/dom/types/queries"), HTMLElement, HTMLElement>; export * from "@testing-library/react"; export { customRender as render }; //# sourceMappingURL=test-utils.d.ts.map