weddingsite/__tests__/__snapshots__/Nav.test.js.snap

47 lines
611 B
Text
Raw Permalink Normal View History

2022-01-28 23:04:29 +00:00
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`<Nav/> Renders nav correctly and matches snapshot 1`] = `
<div>
<nav
class="NavStyles-sc-vewc8g-0 dWZdml"
>
<a
aria-current="page"
href="/"
>
Home
</a>
<a
href="/story"
>
Our Story
</a>
<a
href="/party"
>
Wedding Party
</a>
<a
href="/photos"
>
Photos
</a>
<a
href="/travelstay"
>
Travel & Stay
</a>
<a
href="/qanda"
>
Q + A
</a>
<a
href="/rsvp"
>
RSVP
</a>
</nav>
</div>
`;