TheContainer.spec.js.snap 668 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`TheContainer.vue renders correctly 1`] = `
  3. <div
  4. class="c-app"
  5. >
  6. <thesidebar-stub />
  7. <cwrapper-stub
  8. tag="div"
  9. >
  10. <theheader-stub />
  11. <div
  12. class="c-body"
  13. >
  14. <main
  15. class="c-main"
  16. >
  17. <ccontainer-stub
  18. fluid="true"
  19. tag="div"
  20. >
  21. <transition-stub
  22. mode="out-in"
  23. name="fade"
  24. >
  25. <router-view-stub
  26. name="default"
  27. />
  28. </transition-stub>
  29. </ccontainer-stub>
  30. </main>
  31. </div>
  32. <thefooter-stub />
  33. </cwrapper-stub>
  34. </div>
  35. `;