// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`PostListItem renders post list item with basic informations 1`] = `

My Blog Post

Dec 2, 2020

`; exports[`PostListItem renders post list item with publisher name 1`] = `

My Blog Post

Dec 2, 2020

Published by An author

`; exports[`PostListItem renders post list item with tags 1`] = `

My Blog Post

Dec 2, 2020

A tag
`;