1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/test/unit
Dan Finlay 0584988688 Move sigUtil and keyrings to external modules
These external modules now have their own test coverage and build enforcement. This allowed me to somewhat more easily add good tests around our personalSign strategy (held now in [eth-sig-util](https://github.com/flyswatter/eth-sig-util), and allow each of the keyrings to import that, etc.
2017-02-21 14:25:47 -08:00
..
actions Merge branch 'dev' into messageManagerCleanUp 2017-02-01 12:03:42 -08:00
reducers
account-link-test.js
config-manager-test.js Delete all code related to disclaimers. 2017-02-09 18:17:50 -08:00
currency-controller-test.js migration #9 - break out CurrencyController substate 2017-02-02 23:32:24 -08:00
explorer-link-test.js
extension-test.js
id-management-test.js Revert old style message sighing 2017-02-09 17:32:49 -08:00
idStore-migration-test.js metamask - adopt isInitialized from keyring controller 2017-02-01 00:31:26 -08:00
idStore-test.js
keyring-controller-test.js keyring - move identities into memStore 2017-02-01 00:17:48 -08:00
linting_test.js
message-manager-test.js messageManager - move view state to obs-store 2017-02-02 18:21:22 -08:00
metamask-controller-test.js
migrations-test.js Complete migration tests. 2017-02-15 11:15:47 -08:00
nameForAccount_test.js
nodeify-test.js
notice-controller-test.js
personal-message-manager-test.js Move sigUtil and keyrings to external modules 2017-02-21 14:25:47 -08:00
tx-manager-test.js txManager - depend on preferencesStore 2017-02-02 21:09:17 -08:00
util_test.js