fix tests

This commit is contained in:
Matias Alejo Garcia 2016-06-06 19:09:57 -03:00
commit b17517ede0
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
12 changed files with 25 additions and 16 deletions

View file

@ -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,