mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-09-10 10:16:21 +02:00
15 lines
449 B
Plaintext
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>
|
|
<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>
|
|
</div>
|
|
</div>
|
|
`;
|