aboutsummaryrefslogtreecommitdiffstats
path: root/ui/test/unit/util_test.js
Commit message (Collapse)AuthorAgeFilesLines
* Unify test suitesDan Finlay2016-04-191-114/+0
|
* Add leading zero to account balancesDan Finlay2016-04-161-1/+1
|
* Fix eth resolutionDan Finlay2016-04-151-2/+14
| | | | | | | | utils.formatBalance was returning rounded ether, was not useful for displaying account balances. Now returns four decimal points, and is easily configurable for more, with passing tests. Spoiler alert: Don't you dare divide bignumber wei. Bignumber does not have decimals. Keep it as wei, format it as ether.
* Moved UI into repo with its own dependency stackDan Finlay2016-04-141-0/+102