// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing exports[` should render with byline of "this is a byline" 1`] = `
this is a byline
`; exports[` should render with byline of undefined 1`] = `
`;