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.
ant-design-vue/components/statistic/__tests__/__snapshots__/index.test.js.snap

12 lines
437 B

// 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>
<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>
</div>
`;