zepio/__tests__/components/__snapshots__/Sidebar.test.js.snap

31 lines
420 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`<Sidebar /> render() should render correctly 1`] = `
<DocumentFragment>
<div
class="sc-bdVaJa fnXMXv"
>
<a
href="/"
>
Dashboard
</a>
<a
href="/send"
>
Send
</a>
<a
href="/receive"
>
Receive
</a>
<a
href="/settings"
>
Settings
</a>
</div>
</DocumentFragment>
`;