karma passing again!

This commit is contained in:
Matias Alejo Garcia 2014-09-17 13:03:12 -03:00
commit c7378c90ec
5 changed files with 14 additions and 8 deletions

View file

@ -25,6 +25,7 @@ describe("Unit: Controllers", function() {
beforeEach(module('copayApp.services'));
beforeEach(module('copayApp.controllers'));
beforeEach(angular.mock.module('copayApp'));
var walletConfig = {
requiredCopayers: 3,

View file

@ -6,6 +6,8 @@
var sinon = require('sinon');
var preconditions = require('preconditions').singleton();
beforeEach(angular.mock.module('copayApp'));
describe("Unit: Walletfactory Service", function() {
beforeEach(angular.mock.module('copayApp.services'));
it('should contain a walletFactory service', inject(function(walletFactory) {