import * as React from "react"; import { render, screen, fireEvent, cleanup } from "@testing-library/react"; import Label from "./Label"; const testId = "FormBuilder-Attributes-Label"; const props = {}; describe("Rendering", () => { it(`Should render in the dom`, () => { render(