Created
January 7, 2019 14:01
-
-
Save seogi1004/2f81165a041bc122838918eb404f812b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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> | |
</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