aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/test/util/format.test.ts
Commit message (Collapse)AuthorAgeFilesLines
* show < 0.00001 ETH when amount gets really smallSteve Klebanoff2018-12-131-2/+10
|
* show as <$0.01 when less than a cent in USD, and also show 1 significant ↵Steve Klebanoff2018-12-131-0/+10
| | | | digit if rounded amount is 0
* chore(instant): fix prettierBrandon Millman2018-11-141-1/+3
|
* chore(instant): update selectedAssetAmount in the redux state to be named ↵Brandon Millman2018-11-141-12/+12
| | | | selectedAssetUnitAmount
* Merge branch 'development' into feature/not-enough-ethSteve Klebanoff2018-10-271-4/+4
|\
| * feat: cover more token symbol edge casesfragosti2018-10-241-4/+4
| |
* | ethDecimals -> ETH_DECIMALSSteve Klebanoff2018-10-271-4/+4
|/
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-2/+2
|
* Add tests for format and use toFixed instead of round for usdfragosti2018-10-171-0/+97