Files
manja_dev_ui/tests/unit/containers/__snapshots__/TheFooter.spec.js.snap
T
2021-01-04 20:24:24 +01:00

40 lines
544 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`TheFooter.vue renders correctly 1`] = `
<cfooter-stub
tag="footer"
>
<div>
<a
href="https://coreui.io"
target="_blank"
>
CoreUI
</a>
<span
class="ml-1"
>
© 2021 creativeLabs.
</span>
</div>
<div
class="mfs-auto"
>
<span
class="mr-1"
target="_blank"
>
Powered by
</span>
<a
href="https://coreui.io/vue"
>
CoreUI for Vue
</a>
</div>
</cfooter-stub>
`;