import * as React from "react"; import { render, screen, fireEvent, cleanup } from "@testing-library/react"; describe("Rendering > Tests", () => { test.skip(`Should show in the add new item drawer (Plugin hook is called)`, () => {}); test.skip(`Should show in editor when page content has a section as its type (plugin hook is called)`, () => {}); test.skip(`Should show up in the live page when thge page content has a section as its type (plugin hook is called)`, () => {}); });