mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-04-16 03:44:21 +02:00
15 lines
194 B
Plaintext
15 lines
194 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Meta renders correctly 1`] = `
|
|
<div
|
|
className="meta"
|
|
>
|
|
<p
|
|
className="meta__date"
|
|
>
|
|
Published
|
|
Sep 1, 2016
|
|
</p>
|
|
</div>
|
|
`;
|