aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/test
Commit message (Collapse)AuthorAgeFilesLines
* take out no-longer necessary testSteve Klebanoff2019-01-031-6/+1
|
* Merge branch 'development' into feature/instant/tell-amount-availableSteve Klebanoff2018-12-221-0/+18
|\
| * 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
* | one more test for undefinedSteve Klebanoff2018-12-151-1/+6
| |
* | Nesting errorsSteve Klebanoff2018-12-151-23/+25
| |
* | More tests for assetBuyerErrorMessageSteve Klebanoff2018-12-151-3/+38
|/
* Always report unexpected errors. Move error message generation into helper ↵Steve Klebanoff2018-11-221-2/+31
| | | | function, and add tests
* 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' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-11-031-0/+48
|\ | | | | | | feature/instant/maker-asset-datas-interface
| * Fix test nameSteve Klebanoff2018-11-021-1/+1
| |
| * Nice formatting of displayed timeSteve Klebanoff2018-10-311-0/+48
| |
* | feat: add name param to all ERC20AssetMetaDatafragosti2018-11-021-0/+1
|/
* Merge branch 'development' into feature/instant/fixed-orders-in-render-methodBrandon Millman2018-10-301-4/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Has Sufficient Funds/Balance -> Has Sufficient ETH When transaction too low, treat as validation error. also modify callback: errorMessage could be AssetBuyError as well onPendingValidation -> onValidationPending linting Simpler way of validaitng has enough eth questionmark syntax instead of '| undefined' Validate enough ETH when user clicks buy acccount for no address move funct into util move imports yarn.lock changes feat(instant): Show message if user doesn't have enough ETH ethDecimals -> ETH_DECIMALS
| * Merge branch 'development' into feature/not-enough-ethSteve Klebanoff2018-10-271-4/+4
| |\
| * | ethDecimals -> ETH_DECIMALSSteve Klebanoff2018-10-271-4/+4
| | |
* | | Refactor error handling such that errorMessage lives on the top level stateBrandon Millman2018-10-271-56/+0
| |/ |/|
* | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-10-251-0/+47
|\| | | | | | | feature/instant/input-fees-rounding
| * chore: run linterfragosti2018-10-231-1/+1
| |
| * feat: add tests for assetUtilsfragosti2018-10-231-7/+29
| |
| * feat: add asset testsfragosti2018-10-231-0/+25
| |
* | feat: cover more token symbol edge casesfragosti2018-10-241-4/+4
|/
* fix: error test undefined casefragosti2018-10-191-1/+1
|
* Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-10-192-2/+58
|\ | | | | | | feature/instant/beta-render-et-al
| * chore: change package org from 0xproject to 0xJacob Evans2018-10-182-3/+3
| |
| * error testSteve Klebanoff2018-10-181-0/+48
| |
| * asset data util testsSteve Klebanoff2018-10-181-0/+17
|/
* Run tests on circle CIfragosti2018-10-171-5/+7
|
* Add tests for format and use toFixed instead of round for usdfragosti2018-10-171-0/+97
|
* Tests are working with coveragefragosti2018-10-031-0/+13