mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-09-12 03:06:30 +02:00
refactor(starter): upgrade to new version of gatsby
This commit is contained in:
15
src/components/Post/Meta/__snapshots__/Meta.test.tsx.snap
Normal file
15
src/components/Post/Meta/__snapshots__/Meta.test.tsx.snap
Normal file
@@ -0,0 +1,15 @@
|
||||
// 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>
|
||||
`;
|
Reference in New Issue
Block a user