Run prettier and lint

This commit is contained in:
adilallo
2026-04-04 11:04:37 -06:00
parent 427dc44476
commit 1f6d38f71d
6 changed files with 49 additions and 41 deletions
@@ -34,7 +34,9 @@ describe("ConfirmStakeholdersPage", () => {
).toBeInTheDocument();
await user.click(screen.getByRole("button", { name: "Close alert" }));
expect(
screen.queryByText(/Congratulations! You've drafted your CommunityRule!/i),
screen.queryByText(
/Congratulations! You've drafted your CommunityRule!/i,
),
).not.toBeInTheDocument();
});
});