Fix jest tests by adding tz to mocks

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-10-18 11:49:41 +02:00
parent f24ec89408
commit 1df9f84c20
2 changed files with 2 additions and 1 deletions

View File

@@ -61,6 +61,7 @@ export const joinEventMock = {
email: "some@email.tld",
message: "a message long enough",
locale: "en_US",
timezone: "UTC",
};
export const eventNoCommentThreadsMock = {