2017-06-06 16:30:43 +03:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`renders <Header /> without throwing 1`] = `
|
|
|
|
<div
|
2017-06-07 12:58:59 +03:00
|
|
|
className="header__Header-cywcLi fAWQXE"
|
2017-06-06 16:30:43 +03:00
|
|
|
>
|
|
|
|
<div
|
2017-06-07 12:58:59 +03:00
|
|
|
className="brand__Box-cSEQoZ eVSukw"
|
2017-06-06 16:30:43 +03:00
|
|
|
>
|
2017-06-07 12:58:59 +03:00
|
|
|
<h2
|
|
|
|
className="sc-chPdSV giFJbY"
|
2017-06-06 16:30:43 +03:00
|
|
|
>
|
|
|
|
<a
|
|
|
|
href="/"
|
|
|
|
onClick={[Function]}
|
|
|
|
>
|
|
|
|
<img
|
|
|
|
className="sc-bdVaJa kujeyI"
|
|
|
|
src="test-file-mock"
|
|
|
|
/>
|
|
|
|
</a>
|
2017-06-07 12:58:59 +03:00
|
|
|
</h2>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
className="item__Box-hzIdkQ hnPDgK"
|
|
|
|
>
|
|
|
|
<p
|
|
|
|
className="sc-kgoBCf dYRxpA"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
className="item__Box-hzIdkQ hnPDgK"
|
|
|
|
>
|
|
|
|
<p
|
|
|
|
className="sc-kgoBCf dYRxpA"
|
|
|
|
/>
|
2017-06-06 16:30:43 +03:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|