// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`PostHeader should match snapshot when just a base post 1`] = ` John Smith `; exports[`PostHeader should match snapshot when just a base post in landscape mode 1`] = ` John Smith `; exports[`PostHeader should match snapshot when post is autoresponder 1`] = ` John Smith `; exports[`PostHeader should match snapshot when post is from system message 1`] = ` `; exports[`PostHeader should match snapshot when post is same thread, so dont display Commented On 1`] = ` John Smith `; exports[`PostHeader should match snapshot when post isBot and shouldRenderReplyButton 1`] = ` John Smith 0 `; exports[`PostHeader should match snapshot when post isBot and shouldRenderReplyButton in landscape mode 1`] = ` John Smith 0 `; exports[`PostHeader should match snapshot when post renders Commented On for new post 1`] = ` John Smith `; exports[`PostHeader should match snapshot when post should display reply button 1`] = ` John Smith 0 `;