You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
463 B
25 lines
463 B
2 years ago
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`UserPreferencedCurrencyDisplay Component rendering should match snapshot 1`] = `
|
||
|
<div>
|
||
|
<div
|
||
|
class="currency-display-component"
|
||
|
title="0 ETH"
|
||
|
>
|
||
|
<span
|
||
|
class="currency-display-component__prefix"
|
||
|
/>
|
||
|
<span
|
||
|
class="currency-display-component__text"
|
||
|
>
|
||
|
0
|
||
|
</span>
|
||
|
<span
|
||
|
class="currency-display-component__suffix"
|
||
|
>
|
||
|
ETH
|
||
|
</span>
|
||
|
</div>
|
||
|
</div>
|
||
|
`;
|