refactor: format and lint react files

This commit is contained in:
ramvignesh-b
2026-04-22 16:43:43 +05:30
parent 694715a90c
commit 27b725e8ec
4 changed files with 21 additions and 19 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ describe("Reader Page", () => {
);
await waitFor(() => {
expect(screen.getByText(/Guest/i)).toBeInTheDocument();
})
});
});
it("should display an error message if the server request fails", async () => {