Upgrade to Gatsby v2

This commit is contained in:
alxshelepenok
2018-11-09 20:08:48 +03:00
parent e83dfc6dff
commit 8b92891329
204 changed files with 18708 additions and 3904 deletions

View File

@@ -0,0 +1,24 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Author renders correctly 1`] = `
<div
className="author"
>
<p
className="author__bio"
>
test
<a
className="author__bio-twitter"
href="https://www.twitter.com/test"
rel="noopener noreferrer"
target="_blank"
>
<strong>
test
</strong>
on Twitter
</a>
</p>
</div>
`;