import React from "react"; import { mount } from "enzyme"; import MainButton from "."; import Button from "../button"; describe("", () => { it("renders without error", () => { const wrapper = mount(
Some button