Fix test. Dummy test

This commit is contained in:
Gustavo Maximiliano Cortez 2015-04-22 04:03:05 -03:00
commit dd31f0c551
2 changed files with 11 additions and 17 deletions

View file

@ -0,0 +1,11 @@
'use strict';
describe('sidebarController', function(){
var scope, controller;
beforeEach(angular.mock.module('copayApp.controllers'));
it('wallet selection', function(){
expect(true).not.toBeUndefined();
});
});