35 lines
631 B
Plaintext
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>
|
|
`;
|