Browse Source

Update snapshots

master
meriadec 7 years ago
parent
commit
6e7872437f
No known key found for this signature in database GPG Key ID: 1D2FC2305E2CB399
  1. 20
      src/components/base/FormattedVal/__tests__/__snapshots__/FormattedVal.test.js.snap

20
src/components/base/FormattedVal/__tests__/__snapshots__/FormattedVal.test.js.snap

@ -2,8 +2,8 @@
exports[`components FormattedVal renders a fiat 1`] = ` exports[`components FormattedVal renders a fiat 1`] = `
<span <span
className="FormattedVal__T-fevxLy hYRXSf Text-bUpXnE eCVsWd" className="FormattedVal__T-fevxLy hYRXSf Text-bUpXnE eAhrPH"
color="#96d071" color="#66be54"
> >
20.00 20.00
</span> </span>
@ -11,8 +11,8 @@ exports[`components FormattedVal renders a fiat 1`] = `
exports[`components FormattedVal renders a formatted val 1`] = ` exports[`components FormattedVal renders a formatted val 1`] = `
<span <span
className="FormattedVal__T-fevxLy hYRXSf Text-bUpXnE eCVsWd" className="FormattedVal__T-fevxLy hYRXSf Text-bUpXnE eAhrPH"
color="#96d071" color="#66be54"
> >
4 4
</span> </span>
@ -20,8 +20,8 @@ exports[`components FormattedVal renders a formatted val 1`] = `
exports[`components FormattedVal renders a percent 1`] = ` exports[`components FormattedVal renders a percent 1`] = `
<span <span
className="FormattedVal__T-fevxLy hYRXSf Text-bUpXnE eCVsWd" className="FormattedVal__T-fevxLy hYRXSf Text-bUpXnE eAhrPH"
color="#96d071" color="#66be54"
> >
30 % 30 %
</span> </span>
@ -29,8 +29,8 @@ exports[`components FormattedVal renders a percent 1`] = `
exports[`components FormattedVal shows code 1`] = ` exports[`components FormattedVal shows code 1`] = `
<span <span
className="FormattedVal__T-fevxLy hYRXSf Text-bUpXnE eCVsWd" className="FormattedVal__T-fevxLy hYRXSf Text-bUpXnE eAhrPH"
color="#96d071" color="#66be54"
> >
BTC 4 BTC 4
</span> </span>
@ -38,8 +38,8 @@ exports[`components FormattedVal shows code 1`] = `
exports[`components FormattedVal shows sign 1`] = ` exports[`components FormattedVal shows sign 1`] = `
<span <span
className="FormattedVal__T-fevxLy hYRXSf Text-bUpXnE eCVsWd" className="FormattedVal__T-fevxLy hYRXSf Text-bUpXnE eAhrPH"
color="#96d071" color="#66be54"
> >
+ 4 + 4
</span> </span>

Loading…
Cancel
Save