// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`MPollBody renders a finished poll 1`] = ` What should we order for the party? Pizza 0 votes Poutine 0 votes Italian 2 votes Wings 1 vote Final result based on 3 votes `; exports[`MPollBody renders a finished poll with multiple winners 1`] = ` What should we order for the party? Pizza 2 votes Poutine 0 votes Italian 0 votes Wings 2 votes Final result based on 4 votes `; exports[`MPollBody renders a finished poll with no votes 1`] = ` What should we order for the party? Pizza 0 votes Poutine 0 votes Italian 0 votes Wings 0 votes Final result based on 0 votes `; exports[`MPollBody renders a poll that I have not voted in 1`] = ` What should we order for the party? Pizza Poutine Italian Wings 3 votes cast. Vote to see the results `; exports[`MPollBody renders a poll with local, non-local and invalid votes 1`] = ` What should we order for the party? Pizza 1 vote Poutine 0 votes Italian 3 votes Wings 1 vote Based on 5 votes `; exports[`MPollBody renders a poll with no votes 1`] = ` What should we order for the party? Pizza Poutine Italian Wings No votes cast `; exports[`MPollBody renders a poll with only non-local votes 1`] = ` What should we order for the party? Pizza 0 votes Poutine 0 votes Italian 2 votes Wings 1 vote Based on 3 votes `;