Fix jest tests by adding tz to mocks
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -61,6 +61,7 @@ export const joinEventMock = {
|
||||
email: "some@email.tld",
|
||||
message: "a message long enough",
|
||||
locale: "en_US",
|
||||
timezone: "UTC",
|
||||
};
|
||||
|
||||
export const eventNoCommentThreadsMock = {
|
||||
|
||||
Reference in New Issue
Block a user