diff --git a/src/components/App.test.tsx b/src/components/App.test.tsx index 5a1ff1ba0..13103d27b 100644 --- a/src/components/App.test.tsx +++ b/src/components/App.test.tsx @@ -2,9 +2,7 @@ import { render } from "@testing-library/react"; import App from "./App"; test("renders ok", () => { - render( - - ); + render(); }); test("data file exists", async () => {