fix tests
This commit is contained in:
parent
1e2555dad9
commit
b17517ede0
12 changed files with 25 additions and 16 deletions
|
|
@ -82,7 +82,9 @@ mocks.init = function(fixtures, controllerName, opts, done) {
|
|||
|
||||
module('ionic');
|
||||
module('ngLodash');
|
||||
module('angularMoment');
|
||||
module('gettext');
|
||||
module('stateMock');
|
||||
module('bwcModule', function($provide) {
|
||||
$provide.decorator('bwcService', function($delegate, lodash) {
|
||||
var getClient = $delegate.getClient;
|
||||
|
|
@ -154,8 +156,6 @@ mocks.init = function(fixtures, controllerName, opts, done) {
|
|||
});
|
||||
});
|
||||
|
||||
module('angularMoment');
|
||||
module('stateMock');
|
||||
module('copayApp.services', {
|
||||
$modal: mocks.modal,
|
||||
$timeout: mocks.$timeout,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue