mirror of
https://github.com/yldio/copilot.git
synced 2024-11-15 07:40:07 +02:00
40 lines
663 B
Plaintext
40 lines
663 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`renders <Header /> without throwing 1`] = `
|
|
<div
|
|
className="header__Header-cywcLi fAWQXE"
|
|
>
|
|
<div
|
|
className="brand__Box-cSEQoZ eVSukw"
|
|
>
|
|
<h2
|
|
className="sc-chPdSV giFJbY"
|
|
>
|
|
<a
|
|
href="/"
|
|
onClick={[Function]}
|
|
>
|
|
<img
|
|
className="sc-bdVaJa kujeyI"
|
|
src="test-file-mock"
|
|
/>
|
|
</a>
|
|
</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"
|
|
/>
|
|
</div>
|
|
</div>
|
|
`;
|