Files
manja_dev_ui/tests/unit/containers/__snapshots__/TheContainer.spec.js.snap
T
2020-07-10 12:20:05 +02:00

36 lines
567 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"
>
<router-view-stub
mode="out-in"
name="fade"
/>
</ccontainer-stub>
</main>
</div>
<thefooter-stub />
</cwrapper-stub>
</div>
`;