import React from "react"; import { mount } from "enzyme"; import Button from "."; const baseProps = { size: "extraSmall", isDisabled: false, label: "OK", }; describe("