settings: fix angular test 4

This commit is contained in:
Manuel Araoz 2014-09-05 16:16:06 -07:00
commit 2a976d2673
3 changed files with 28 additions and 21 deletions

View file

@ -4,6 +4,7 @@
//
//
var sinon = require('sinon');
var preconditions = require('preconditions').singleton();
describe("Unit: Walletfactory Service", function() {
beforeEach(angular.mock.module('copayApp.services'));