diff --git a/src/App.spec.tsx b/src/App.spec.tsx index db41662..35fd460 100644 --- a/src/App.spec.tsx +++ b/src/App.spec.tsx @@ -1,6 +1,5 @@ import React from "react"; import { render, screen } from "@testing-library/react"; -import '@testing-library/jest-dom/extend-expect'; import App from "./App"; test("renders test text", () => {