ListSpaced.spec.js.snap 336 B

123456789101112131415161718
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`ListSpaced.vue hasn't changed snapshot 1`] = `
  3. <aside role="banner" class="test">
  4. <a title="one" class="one">
  5. one
  6. </a>
  7. <a title="two" class="two">
  8. two
  9. </a>
  10. <a title="three" class="three">
  11. three
  12. </a>
  13. <a title="four" class="four">
  14. four
  15. </a>
  16. </aside>
  17. `;