export const A_DATE = new Date("2020-12-31T22:00:00.000Z"); export const ANOTHER_DATE = new Date("2020-03-12T19:32:30.123Z"); export const SOME_DATE = new Date("2020-01-22T09:54:42.888Z"); export const SOME_NEWER_DATE = new Date("2020-01-23T09:54:42.888Z"); export const SOME_LANGUAGE = "lang1"; export const SOME_OTHER_LANGUAGE = "lang2"; export const A_TEAM_ID = "A_TEAM_ID"; export const A_USER_ID = "A_USER_ID"; export const ANOTHER_USER_ID = "ANOTHER_USER_ID"; export const A_USER_EMAIL = "a_user@email.com"; export const A_SUGGESTION_ID = 1; export const SOME_NEWER_SUGGESTION_ID = 2;