// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`UserTeaser given an user avatar is disabled does not render the avatar 1`] = `
`;
exports[`UserTeaser given an user user is deleted even if the current user is a moderator renders anonymous user 1`] = `
`;
exports[`UserTeaser given an user user is deleted renders anonymous user 1`] = `
`;
exports[`UserTeaser given an user user is disabled current user is a moderator renders user name 1`] = `
`;
exports[`UserTeaser given an user user is disabled renders anonymous user 1`] = `
`;
exports[`UserTeaser given an user with linkToProfile, on desktop renders 1`] = `
`;
exports[`UserTeaser given an user with linkToProfile, on desktop when hovering the user name renders the popover 1`] = `
`;
exports[`UserTeaser given an user with linkToProfile, on touch screen renders 1`] = `
`;
exports[`UserTeaser given an user with linkToProfile, on touch screen when clicking the user name renders the popover 1`] = `
`;
exports[`UserTeaser given an user without linkToProfile, on desktop renders 1`] = `
TS
@tilda-swinton
Tilda Swinton
`;
exports[`UserTeaser given an user without linkToProfile, on desktop when hovering the user avatar renders the popover 1`] = `
TS
@tilda-swinton
Tilda Swinton
`;
exports[`UserTeaser given an user without linkToProfile, on desktop when hovering the user name renders the popover 1`] = `
TS
@tilda-swinton
Tilda Swinton
`;
exports[`UserTeaser given an user without linkToProfile, on touch screen renders 1`] = `
`;
exports[`UserTeaser given an user without linkToProfile, on touch screen when clicking the user avatar renders the popover 1`] = `
`;
exports[`UserTeaser given an user without linkToProfile, on touch screen when clicking the user name renders the popover 1`] = `
`;
exports[`UserTeaser renders anonymous user 1`] = `
`;