alxshelepenok/gatsby-starter-lumen

View on GitHub
src/components/Post/Content/__snapshots__/Content.test.tsx.snap

Summary

Maintainability
Test Coverage
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Content renders correctly 1`] = `
<div>
  <h1>
    Perfecting the Art of Perfection
  </h1>
  <div
    dangerouslySetInnerHTML={
      {
        "__html": "<p>An Essay on Typography by Eric Gill takes the reader back to the year 1930. The year when a conflict between two worlds came to its term. The machines of the industrial world finally took over the handicrafts.</p>",
      }
    }
  />
</div>
`;