Parent.spec.js.snap 422 B

1234567891011121314151617181920212223
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`Parent.vue mount snapshot 1`] = `
  3. <div>
  4. <h1>parent</h1>
  5. <main>
  6. <p>this is a child component</p>
  7. <p>this is a child component</p>
  8. <p>this is a child component</p>
  9. </main>
  10. </div>
  11. `;
  12. exports[`Parent.vue shallow snapshot 1`] = `
  13. <div>
  14. <h1>parent</h1>
  15. <main>
  16. <!---->
  17. <!---->
  18. <!---->
  19. </main>
  20. </div>
  21. `;