Add controller tests (#4205)
* add walletHome test template * add create test * add fixtures * do not mock parseSecret * better hash * use fixtures for create controller test * add import test * stubs reset * add more controller tests * Remove $state dependency * refactore fixtures + profiles * add backup.js test * update bwc * rm log
This commit is contained in:
parent
335c3f00af
commit
aec2aac47b
20 changed files with 2265 additions and 28 deletions
2
angular-bitcore-wallet-client/index.js
vendored
2
angular-bitcore-wallet-client/index.js
vendored
|
|
@ -45,6 +45,8 @@ bwcModule.provider("bwcService", function() {
|
|||
|
||||
service.buildTx = Client.buildTx;
|
||||
service.parseSecret = Client.parseSecret;
|
||||
service.Client = Client;
|
||||
service.config = config;
|
||||
|
||||
service.getUtils = function() {
|
||||
return Client.Utils;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue