Fix formatting

This commit is contained in:
Tim Vahlbrock 2024-11-22 12:19:50 +01:00
parent d5bbe8e5b2
commit 51671e5670
No known key found for this signature in database
9 changed files with 96 additions and 68 deletions

View file

@ -132,7 +132,9 @@ describe("<MPollEndBody />", () => {
// quick check for poll tile
expect(getByTestId("pollQuestion").innerHTML).toEqual("Question?");
expect(getByTestId("totalVotes").innerHTML).toEqual("Final result based on 0 votes. Click here to see full results");
expect(getByTestId("totalVotes").innerHTML).toEqual(
"Final result based on 0 votes. Click here to see full results",
);
});
it("does not render a poll tile when end event is invalid", async () => {