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