aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/util_test.js
Commit message (Collapse)AuthorAgeFilesLines
* Folder restructure (#6304)Chi Kei Chan2019-03-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove ui/app/keychains/ * Remove ui/app/img/ (unused images) * Move conversion-util to helpers/utils/ * Move token-util to helpers/utils/ * Move /helpers/*.js inside /helpers/utils/ * Move util tests inside /helpers/utils/ * Renameand move confirm-transaction/util.js to helpers/utils/ * Move higher-order-components to helpers/higher-order-components/ * Move infura-conversion.json to helpers/constants/ * Move all utility functions to helpers/utils/ * Move pages directory to top-level * Move all constants to helpers/constants/ * Move metametrics inside helpers/ * Move app and root inside pages/ * Move routes inside helpers/ * Re-organize ducks/ * Move reducers to ducks/ * Move selectors inside selectors/ * Move test out of test folder * Move action, reducer, store inside store/ * Move ui components inside ui/ * Move UI components inside ui/ * Move connected components inside components/app/ * Move i18n-helper inside helpers/ * Fix unit tests * Fix unit test * Move pages components * Rename routes component * Move reducers to ducks/index * Fix bad path in unit test
* Update sinion methods. sandbox.create() -> createSandbox()Thomas2018-04-051-1/+1
|
* Add additional test to ui utils to account for exact wei values.Kevin Serrano2017-12-281-0/+6
|
* Add test for edge case.Kevin Serrano2017-12-281-0/+6
|
* Lint testsThomas Huang2017-05-051-63/+56
|
* Clean up testsFrankie2016-10-211-4/+4
|
* Add test and ability for isHex to handle hex strings with hex-prefixFrankie2016-10-201-0/+5
|
* Add unit test for isHex and add to CHANGELOG.mdFrankie2016-10-201-0/+17
|
* Add testFrankie2016-08-201-1/+6
|
* Remove unused functions. Readd if necessary.Kevin Serrano2016-07-121-19/+0
|
* Refactor util tests.Kevin Serrano2016-07-121-11/+8
|
* Merge branch 'master' into ConfirmationStyleDan Finlay2016-07-081-4/+17
|\
| * Revert back to original formatBalanceFrankie2016-07-081-5/+17
| |
* | Merged latest balance formatting codeDan Finlay2016-07-071-17/+4
|\|
| * Add decimal hendeling to ETH balanceFrankie2016-07-071-17/+5
| |
* | Began reworking tx conf viewDan Finlay2016-07-071-0/+6
| |
* | Simplify empty account balance renderingDan Finlay2016-07-061-1/+1
|/
* added a failing case and fixed it by refactoring everything to stringsZac Mitton2016-06-211-1/+15
|
* Fix hashed address validationDan Finlay2016-06-031-3/+3
|
* Add test case for sample hashed addressDan Finlay2016-06-021-0/+7
|
* correctly displaying small balances with testsZac Mitton2016-05-261-5/+30
|
* Add full precision to send tx value field.Dan Finlay2016-05-201-0/+14
|
* Increase send value precisionDan Finlay2016-05-201-0/+8
|
* Add address capitalization checksummingDan Finlay2016-05-201-0/+46
|
* Fix floating point input bugDan Finlay2016-04-201-27/+41
| | | | | | When sending a transaction, we were converting to BN before handling decimals, which meant we were losing any precision past a decimal point, since BN does not handle decimals! Put this numeric normalization into a utility function with a test around it and got it working.
* Unify test suitesDan Finlay2016-04-191-0/+114