1export const getUserAsync = jest.fn(async () => ({})); 2export const loginAsync = jest.fn(); 3export const ANONYMOUS_USERNAME = 'anonymous'; 4