Files
manja_dev_ui/tests/unit/containers/__snapshots__/TheSidebar.spec.js.snap
T
2019-11-14 14:42:13 +01:00

28 lines
533 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`TheSidebar.vue renders correctly 1`] = `
<csidebar-stub
breakpoint="lg"
colorscheme="dark"
dropdownmode="openActive"
fixed="true"
hideonmobileclick="true"
show="responsive"
>
<csidebarbrand-stub
imgfull="[object Object]"
imgminimized="[object Object]"
wrappedinlink="[object Object]"
/>
<crenderfunction-stub
contenttorender="[object Object]"
flat=""
/>
<csidebarminimizer-stub
class="d-md-down-none"
/>
</csidebar-stub>
`;