2019-09-18 12:03:13 +00:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`Statistic support negetive number 1`] = `
|
|
|
|
<div class="ant-statistic">
|
|
|
|
<div class="ant-statistic-title">Account Balance (CNY)</div>
|
2020-08-03 14:45:58 +00:00
|
|
|
<div class="ant-statistic-content">
|
|
|
|
<!----><span class="ant-statistic-content-value"><span class="ant-statistic-content-value-int">-112,893</span><span class="ant-statistic-content-value-decimal">.12</span></span>
|
|
|
|
<!---->
|
|
|
|
</div>
|
2019-09-18 12:03:13 +00:00
|
|
|
</div>
|
|
|
|
`;
|