import * as React from "react"; import { render, screen, fireEvent, cleanup } from "@testing-library/react"; describe("Rendering > Tests", () => { test.skip(`Should render in the dom`, () => {}); test.skip(`Should render an inner width according to the "width" property settings`, () => {}); test.skip(`Should render background properly as provided by the property settings`, () => {}); test.skip(`Should render padding according to the property settings if provided`, () => {}); });