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

67 lines
1.5 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
exports[`Feed renders correctly 1`] = `
<div>
<div>
<div>
<time
dateTime="September 1, 2016"
>
September 1, 2016
</time>
<span />
<span>
<a
href="/typography"
>
typography
</a>
</span>
</div>
<h2>
<a
href="/posts/perfecting-the-art-of-perfection"
>
Perfecting the Art of Perfection
</a>
</h2>
<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>
<a
href="/posts/perfecting-the-art-of-perfection"
/>
</div>
<div>
<div>
<time
dateTime="September 1, 2016"
>
September 1, 2016
</time>
<span />
<span>
<a
href="/design-inspiration"
>
design inspiration
</a>
</span>
</div>
<h2>
<a
href="/posts/the-birth-of-movable-type"
>
Johannes Gutenberg: The Birth of Movable Type
</a>
</h2>
<p>
German inventor Johannes Gutenberg developed a method of movable type and used it to create one of the western worlds first major printed books, the “FortyTwoLine” Bible.
</p>
<a
href="/posts/the-birth-of-movable-type"
/>
</div>
</div>
`;