mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-09-18 06:00:40 +02:00
Upgrade to Gatsby v2
This commit is contained in:
22
src/components/Page/__snapshots__/Page.test.js.snap
Normal file
22
src/components/Page/__snapshots__/Page.test.js.snap
Normal file
@@ -0,0 +1,22 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`Page renders correctly 1`] = `
|
||||
<div
|
||||
className="page"
|
||||
>
|
||||
<div
|
||||
className="page__inner"
|
||||
>
|
||||
<h1
|
||||
className="page__title"
|
||||
>
|
||||
test
|
||||
</h1>
|
||||
<div
|
||||
className="page__body"
|
||||
>
|
||||
test
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
`;
|
Reference in New Issue
Block a user