Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
wischli committed Mar 11, 2024
1 parent e40f715 commit 1bbf2af
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/App.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ import { render } from "@testing-library/react";
import App from "./App";

test("renders ok", () => {
render(
<App />
);
render(<App />);
});

test("data file exists", async () => {
Expand Down

0 comments on commit 1bbf2af

Please sign in to comment.