Files
manja_dev_ui/tests/unit/containers/__snapshots__/TheSidebar.spec.js.snap
T
2020-02-11 10:33:31 +01:00

35 lines
631 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
class="d-md-down-none"
to="/"
>
<cicon-stub
class="d-block"
height="35"
name="logo"
size="custom-size"
viewbox="0 0 556 134"
/>
</csidebarbrand-stub>
<crenderfunction-stub
contenttorender="[object Object]"
flat="true"
/>
<csidebarminimizer-stub
class="d-md-down-none"
/>
</csidebar-stub>
`;