mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-08-02 12:20:35 +08:00
apply pre-commit
This commit is contained in:
@@ -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?");
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user