mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-09-16 05:00:28 +02:00
32 lines
426 B
Plaintext
32 lines
426 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Menu renders correctly 1`] = `
|
|
<nav
|
|
className="undefined hideInPrintView"
|
|
>
|
|
<ul>
|
|
<li>
|
|
<a
|
|
href="/"
|
|
>
|
|
Articles
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a
|
|
href="/pages/about"
|
|
>
|
|
About Me
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a
|
|
href="/pages/contacts"
|
|
>
|
|
Contact Me
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</nav>
|
|
`;
|