// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`MPollBody renders a poll with local, non-local and invalid votes 1`] = `
What should we order for the party?
Based on 5 votes
`;
exports[`MPollBody renders a poll with no votes 1`] = `
What should we order for the party?
Based on 0 votes
`;
exports[`MPollBody renders a poll with only non-local votes 1`] = `
What should we order for the party?
Based on 3 votes
`;