import React from "react"; import { mount } from "enzyme"; import Label from "."; const baseProps = { text: "First name:", title: "first name", htmlFor: "firstNameField", display: "block", }; describe("