import * as React from "react"; import { render, screen, fireEvent, cleanup } from "@testing-library/react"; describe(" Rendering >", () => { test.skip(`Should render in the dom`, () => {}); test.skip(`Should render a child component if one is provided`, () => {}); test.skip(`Should have a backgroundColor that matches the color prop`, () => {}); }); describe(" Actions >", () => { test.skip(`Should zoom out or in the child component in such a way that it fits the container with no overlaps`, () => {}); }); describe(" Hooks >", () => { test.skip(`Triggers the _onObjectPreviewRender_ plugin hook when the ObjectPreview component renders`, () => {}); });