// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`UserTeaserPopover does not show badges when disabled 1`] = `
-
42
profile.followers
-
7
common.post
-
13
common.comment
`;
exports[`UserTeaserPopover given a non-touch device does not show button when userLink is provided 1`] = `
-
42
profile.followers
-
7
common.post
-
13
common.comment
`;
exports[`UserTeaserPopover given a touch device does not show button when userLink is not provided 1`] = `
-
42
profile.followers
-
7
common.post
-
13
common.comment
`;
exports[`UserTeaserPopover given a touch device shows button when userLink is provided 1`] = `
-
42
profile.followers
-
7
common.post
-
13
common.comment
`;
exports[`UserTeaserPopover renders correctly for a fresh user with zero counts 1`] = `
-
0
profile.followers
-
0
common.post
-
0
common.comment
`;
exports[`UserTeaserPopover shows badges when enabled 1`] = `
-
42
profile.followers
-
7
common.post
-
13
common.comment
`;