// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`AccountInformation Component should match snapshot with different email 1`] = `
associatedAccount
another@test.com
`;
exports[`AccountInformation Component should match snapshot with different picture URL 1`] = `
associatedAccount
test@example.com
`;
exports[`AccountInformation Component should match snapshot with email and picture 1`] = `
associatedAccount
test@example.com
`;
exports[`AccountInformation Component should match snapshot with long email 1`] = `
associatedAccount
very.long.email.address@example-domain.com
`;