weddingsite/__tests__/__snapshots__/Nav.test.js.snap
2022-01-28 15:04:29 -08:00

46 lines
611 B
Text

// 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>
`;