Fix formatting
This commit is contained in:
parent
d5bbe8e5b2
commit
51671e5670
9 changed files with 96 additions and 68 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue