Testing addresses with Bitcore wallet client.

This commit is contained in:
Brendon Duncan 2018-08-23 14:37:02 +12:00
commit b9943c403f
2 changed files with 7 additions and 3 deletions

View file

@ -4,6 +4,7 @@ fdescribe('bitcoinUriService', function() {
beforeEach(function() {
module('bitcoinCashJsModule');
module('bitcoincom.services');
module('bwcModule');
inject(function($injector){
bitcoinUriService = $injector.get('bitcoinUriService');