Files
manja_ui_dev/tests/unit/containers/__snapshots__/TheContainer.spec.js.snap
T
2020-02-17 17:18:37 +01:00

35 lines
552 B
Plaintext

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