TheSidebar.spec.js.snap 956 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`TheSidebar.vue renders correctly 1`] = `
  3. <csidebar-stub
  4. breakpoint="lg"
  5. colorscheme="dark"
  6. dropdownmode="openActive"
  7. fixed="true"
  8. hideonmobileclick="true"
  9. show="responsive"
  10. >
  11. <csidebarbrand-stub
  12. activeclass="router-link-active"
  13. class="d-md-down-none"
  14. event="click"
  15. exactactiveclass="router-link-exact-active"
  16. routertag="a"
  17. tag="div"
  18. target="_self"
  19. to="/"
  20. >
  21. <cicon-stub
  22. class="c-sidebar-brand-full"
  23. height="35"
  24. name="logo"
  25. size="custom-size"
  26. viewbox="0 0 556 134"
  27. />
  28. <cicon-stub
  29. class="c-sidebar-brand-minimized"
  30. height="35"
  31. name="logo"
  32. size="custom-size"
  33. viewbox="0 0 110 134"
  34. />
  35. </csidebarbrand-stub>
  36. <crenderfunction-stub
  37. contenttorender="[object Object]"
  38. flat="true"
  39. />
  40. <csidebarminimizer-stub
  41. class="d-md-down-none"
  42. />
  43. </csidebar-stub>
  44. `;