aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/ui/app/actions.spec.js
Commit message (Collapse)AuthorAgeFilesLines
* Check for unused function arguments (#6583)Whymarrh Whitby2019-05-091-26/+26
| | | | | | | | | | * eslint: Check for unused function arguments * eslint: Ignore unused '_' in argument list Also allow any number of '_' e.g., '__' or '___' which is to be used sparingly * Remove and rename unused arguments
* Remove nock#restore call from actions.spec.jsWhymarrh Whitby2019-05-081-5/+0
| | | | | This call was unmocking all of our HTTP requests, allowing further test cases to hit the network. Calling nock#restore should not be required.
* Remove NoticeController (#6382)Thomas Huang2019-04-021-52/+2
|
* test - unit - ui - actions - setCompletedOnboarding - fix stub to call callbackkumavis2019-03-291-0/+2
|
* notices - markAllNoticesRead - use async/awaitkumavis2019-03-291-7/+4
|
* Merge branch 'develop' into clearNoticeskumavis2019-03-291-1/+1
|\
| * 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
* | Remove exclusive testThomas Huang2019-03-211-1/+1
| |
* | Clear notices when setCompletedOnboarding is calledThomas Huang2019-03-211-0/+24
|/
* Refactor first time flow, remove seed phrase from state (#5994)Alexander Tseung2019-01-231-3/+3
| | | | | | | | | | | | | | | | | | | | * Refactor and fix styling for first time flow. Remove seed phrase from persisted metamask state * Fix linting and tests * Fix translations, initialization notice routing * Fix drizzle tests * Fix e2e tests * Fix integration tests * Fix styling * Fix migration naming from 030 to 031 * Open extension in browser when user has not completed onboarding
* Adds network loading retry / error screen.Dan Miller2018-12-131-2/+2
|
* Add support for RPC endpoints with custom chain IDs (#5134)HackyMiner2018-10-261-1/+1
|
* test - add actions unit tests (#5369)Thomas Huang2018-10-101-0/+1468
* Actions.spec.js * Error handling tests * Lint