Files
rickvanlieshout.com/src/components/Page/__snapshots__/Page.test.tsx.snap

15 lines
449 B
Plaintext

// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
exports[`Page renders correctly 1`] = `
<div>
<div>
<h1>
Perfecting the Art of Perfection
</h1>
<div>
&lt;p&gt;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.&lt;/p&gt;
</div>
</div>
</div>
`;