Files
fruit-project/tests/unit/__snapshots__/GridItem.spec.js.snap

19 lines
503 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Test GridItem component. takes a snapshot of the component. 1`] = `
<article class="grid-item">
<!---->
<router-link-stub to="/fruit/3">
<div class="thumbnail"><img src="/image/path.jpg" alt="banana"></div>
<section>
<h3>
banana
<span class="tag" style="background-color: rgb(118, 62, 68);">Handcrafted</span>
</h3>
<hr>
<p class="price">$907</p>
</section>
</router-link-stub>
</article>
`;