36 lines
479 B
Plaintext
36 lines
479 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`TheFooter.vue renders correctly 1`] = `
|
|
<cfooter-stub>
|
|
<div>
|
|
<a
|
|
href="https://coreui.io"
|
|
>
|
|
CoreUI
|
|
</a>
|
|
|
|
<span
|
|
class="ml-1"
|
|
>
|
|
© 2019 creativeLabs.
|
|
</span>
|
|
</div>
|
|
|
|
<div
|
|
class="ml-auto"
|
|
>
|
|
<span
|
|
class="mr-1"
|
|
>
|
|
Powered by
|
|
</span>
|
|
|
|
<a
|
|
href="https://coreui.io"
|
|
>
|
|
CoreUI for Vue
|
|
</a>
|
|
</div>
|
|
</cfooter-stub>
|
|
`;
|