diff --git a/website/src/App.test.jsx b/website/src/App.test.jsx deleted file mode 100644 index 9382b9a..0000000 --- a/website/src/App.test.jsx +++ /dev/null @@ -1,8 +0,0 @@ -import { render, screen } from "@testing-library/react"; -import App from "./App"; - -test("renders learn react link", () => { - render(); - const linkElement = screen.getByText(/learn react/i); - expect(linkElement).toBeInTheDocument(); -});