aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/app
Commit message (Expand)AuthorAgeFilesLines
* Remove commented out code for detect-token-testThomas2018-08-151-10/+0
* Merge branch 'develop' into network-remove-provider-engineThomas2018-08-152-16/+177
|\
| * create tokens storage when setadressesEsteban MIno2018-07-311-0/+25
| * unit tests for tokens per account and networkEsteban MIno2018-07-281-0/+128
| * modify tests according to tokens by networkEsteban MIno2018-07-272-18/+8
* | Set metamask controller network provider to localhostThomas Huang2018-07-312-2/+3
* | Detect Tokens are weirdThomas2018-07-301-26/+31
* | Merge branch 'develop' into network-remove-provider-engineThomas2018-07-265-6/+348
|\|
| * Merge branch 'develop' into detectTokenFeatureEsteban Miño2018-07-214-6/+207
| |\
| | * Auto-detect tokens #3034 (#4683)Esteban Miño2018-07-211-0/+120
| | * added tests for removeAccountbrunobar792018-07-171-0/+33
| | * added more unit testsbrunobar792018-07-171-2/+55
| | * added unit tests for metamaskcontrollerbrunobar792018-07-171-0/+70
| | * added test for preferences controllerbrunobar792018-07-171-0/+25
| | * test - check that #setTxStatusRejected removes transaction from historyfrankiebee2018-07-111-0/+9
| | * Merge branch 'develop' of https://github.com/MetaMask/metamask-extension into...frankiebee2018-07-1116-167/+141
| | |\
| | * | tests - fix cancle transaction test to better fit new behaviorfrankiebee2018-06-272-13/+10
| | * | woops - remove .onlyfrankiebee2018-06-261-1/+1
| | * | trandsactions - remove rejected transactions from historyfrankiebee2018-06-261-0/+14
| * | | fix detection on submit passwordEsteban MIno2018-07-211-6/+27
| * | | keyring unlocked detect and unit testsEsteban MIno2018-07-201-6/+32
| * | | detect tokens when submit password and new account selectedEsteban MIno2018-07-201-4/+4
| * | | detect tokens through infuraEsteban MIno2018-07-131-9/+17
| * | | improve testsEsteban MIno2018-07-121-56/+49
| * | | fix lintEsteban MIno2018-07-041-54/+46
| * | | Merge branch 'develop' into detectTokenFeatureEsteban MIno2018-07-0416-169/+143
| |\ \ \ | | | |/ | | |/|
| * | | tests for specEsteban MIno2018-06-281-0/+101
| | |/ | |/|
* | | test - unit - remove tests for obsolete methodskumavis2018-07-041-52/+0
* | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into network...kumavis2018-07-0416-160/+189
|\ \ \ | | |/ | |/|
| * | fix unit testsbrunobar792018-07-031-4/+3
| * | fix testsbrunobar792018-07-032-6/+12
| * | fix warning for unit testsbrunobar792018-07-0311-65/+35
| * | eslint --fix .brunobar792018-07-0313-111/+110
| |/
* | Merge branch 'develop' of github.com:MetaMask/metamask-extension into network...kumavis2018-07-032-63/+49
|\|
| * Merge pull request #4566 from MetaMask/notice-phishingDan Finlay2018-06-151-46/+4
| |\
| | * notices - replace getLatestNotice with getNextNoticekumavis2018-06-141-46/+4
| * | Merge branch 'develop' of github.com:MetaMask/metamask-extension into Validat...kumavis2018-06-143-5/+97
| |\|
| * | test - unit - add assertRejects to test asyncFnskumavis2018-06-141-5/+6
| * | test - unit - import strategies - properly await async methodskumavis2018-06-141-8/+8
| * | Make account import tests much more specificDan Finlay2018-06-121-10/+10
| * | Improve private key import testsDan Finlay2018-06-081-1/+25
| * | Improve test formattingDan Finlay2018-06-081-16/+19
* | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into network...kumavis2018-06-073-0/+97
|\ \ \ | | |/ | |/|
| * | Merge pull request #4512 from MetaMask/test-metamask-no-diagnosticsThomas Huang2018-06-071-0/+3
| |\ \
| | * | test - metamask-controller - disable diagnosticskumavis2018-06-061-0/+3
| * | | Merge pull request #4414 from scsaba/recipient-blacklistkumavis2018-06-072-0/+94
| |\ \ \ | | |/ / | |/| |
| | * | remove generating blocked accounts and use a config file insteadCsaba Solya2018-05-311-11/+10
| | * | adding tests for recipient blacklist checkerCsaba Solya2018-05-301-0/+78
| | * | adding transaction controller testsCsaba Solya2018-05-301-0/+17
* | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into network...kumavis2018-06-071-1/+26
|\| | |
| * | | diagnostics - rewrite bug-notifier as diagnostics-reporterkumavis2018-06-061-5/+0
| | |/ | |/|
| * | Mock notifier in testDan Finlay2018-06-051-0/+5
| * | Add failing test for unknown identity entryDan Finlay2018-06-051-3/+28
| |/
* | test - unit - tx-controller - fix blockTracker stubkumavis2018-05-291-0/+1
* | test - unit - pending-tx-tracker - update method namekumavis2018-05-291-2/+2
* | test - unit - nonce-tracker - fix blockTracker stubkumavis2018-05-291-0/+1
* | controllers - transactions - merge @frankiebee's work with minekumavis2018-05-292-56/+7
* | test - unit - metamask-controller - remove logkumavis2018-05-261-1/+0
* | test - unit - code style nitpickkumavis2018-05-251-1/+2
* | test - unit - metamask-controller - fix many bugs in testskumavis2018-05-251-33/+45
* | test - unit - tx-controller-test - add history object to txMeta when using in...kumavis2018-05-251-31/+29
* | test - unit - move fetch polyfill to helperkumavis2018-05-251-3/+0
* | test - unit - metamask-controller - polyfill global.fetchkumavis2018-05-251-2/+4
* | test - remove .only from unit testskumavis2018-05-251-1/+1
* | Merge branch 'network-remove-provider-engine' of https://github.com/MetaMask/...frankiebee2018-05-231-31/+20
* | Merge branch 'develop' of github.com:MetaMask/metamask-extension into network...kumavis2018-05-232-8/+9
|/
* Merge branch 'develop' into testingtmashuang2018-05-221-30/+0
* Merge branch 'develop' into testingtmashuang2018-05-223-22/+139
* Moved loose some loose test files to sub folderstmashuang2018-05-2127-0/+3499