Skip to content

Instantly share code, notes, and snippets.

@seogi1004
Created January 7, 2019 14:01
Show Gist options
  • Save seogi1004/2f81165a041bc122838918eb404f812b to your computer and use it in GitHub Desktop.
Save seogi1004/2f81165a041bc122838918eb404f812b to your computer and use it in GitHub Desktop.
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`detailMarket.vue snapshot 1`] = `
<div>
<h5>
Min Market Cap
</h5>
<table>
<thead>
<tr>
<th>
Company
</th>
<th>
Max Year
</th>
<th>
Min Year
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
Facebook
</td>
<td>
2017
</td>
<td>
2015
</td>
</tr>
</tbody>
</table>
</div>
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment