UNPKG

@hisptz/react-ui

Version:

A collection of reusable complex DHIS2 react ui components.

10 lines 297 B
import { mount } from "@cypress/react"; import React from "react"; import CircularProgressDashboard from "."; describe("CircularProgressDashboard", () => { it("should render", () => { mount( /*#__PURE__*/React.createElement(CircularProgressDashboard, { size: "100px" })); }); });