MyCrypto/common/reducers
Daniel Ternyak a61dc268dc Add reducer tests (#133)
* create config reducer tests

* create generateWallet reducer tests

* create wallet reducer tests

* create swap reducer tests; use empty string as destination amount when origin amount is an empty string instead of 0

* add additional swap reducer tests

* refactor swap; additional tests

* create separate dir for swap reducer
2017-08-24 10:53:59 +02:00
..
swap Add reducer tests (#133) 2017-08-24 10:53:59 +02:00
config.js Standardize Redux Actions / Reducers (#95) 2017-07-27 12:05:09 -05:00
contracts.js Contracts Tab Scaffolding (#70) 2017-07-27 19:31:59 -05:00
customTokens.js Standardize Redux Actions / Reducers (#95) 2017-07-27 12:05:09 -05:00
ens.js Standardize Redux Actions / Reducers (#95) 2017-07-27 12:05:09 -05:00
generateWallet.js Standardize Redux Actions / Reducers (#95) 2017-07-27 12:05:09 -05:00
index.js Contracts Tab Scaffolding (#70) 2017-07-27 19:31:59 -05:00
notifications.js Standardize Redux Actions / Reducers (#95) 2017-07-27 12:05:09 -05:00
rates.js Standardize Redux Actions / Reducers (#95) 2017-07-27 12:05:09 -05:00
wallet.js Transaction confirmation modal (#108) 2017-08-23 08:57:18 +02:00