apply pre-commit

This commit is contained in:
ericv105
2023-01-10 19:07:45 -05:00
parent 742ce64706
commit 13883b9ed1
8 changed files with 40 additions and 20 deletions
+1 -1
View File
@@ -5,6 +5,6 @@ describe("About page", () => {
it("should render correctly", () => {
render(<AboutPage />);
expect(screen.getByRole("heading", {level: 1})).toHaveTextContent("What is OpenAssistant?");
expect(screen.getByRole("heading", { level: 1 })).toHaveTextContent("What is OpenAssistant?");
});
});