refactor WalletFactory test to use sinon instead of mocks WIP
This commit is contained in:
parent
90e8231aca
commit
c3574ae57f
9 changed files with 223 additions and 114 deletions
|
|
@ -21,8 +21,6 @@ if (localConfig) {
|
|||
var log = function() {
|
||||
if (config.verbose) console.log(arguments);
|
||||
}
|
||||
var copayApp = window.copayApp = angular.module('copayApp', [
|
||||
|
||||
|
||||
var modules = [
|
||||
'ngRoute',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue