export const TEST_USER = { bio: 'long bio...', created_at: '2009-04-01T02:13:10Z', date_of_birth: '1970-01-01', email: 'john.doe@example.com', first_name: 'John', gender: 'male', id: '25742910-c654-4481-949f-c3f01e4e823f', last_name: 'Doe', verified_at: '2009-04-01T02:13:10Z', }; export const TEST_TOKEN = "JWT Bearer"; export const TEST_ROLES = ['admin']; export const TEST_EMAIL = 'test@test.com'; export const TEST_PASSWORD = 'password'; export const TEST_FIRSTNAME = 'John'; export const TEST_LASTNAME = 'Doe'; export const TEST_MESSAGE = 'test';