Files
manja_ui_dev/tests/unit/containers/__snapshots__/TheContainer.spec.js.snap
T
2020-07-16 12:12:01 +02:00

40 lines
668 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`TheContainer.vue renders correctly 1`] = `
<div
class="c-app"
>
<thesidebar-stub />
<cwrapper-stub
tag="div"
>
<theheader-stub />
<div
class="c-body"
>
<main
class="c-main"
>
<ccontainer-stub
fluid="true"
tag="div"
>
<transition-stub
mode="out-in"
name="fade"
>
<router-view-stub
name="default"
/>
</transition-stub>
</ccontainer-stub>
</main>
</div>
<thefooter-stub />
</cwrapper-stub>
</div>
`;