import React from "react"; import "@testing-library/jest-dom"; import { fireEvent, render } from "@testing-library/react"; import Button from "./Button"; describe("Button", () => { test("renders with correct text", () => { const { getByText } = render(