Wallet/test/controllers/sidebar.test.js

11 lines
229 B
JavaScript
Raw Normal View History

2015-04-22 04:03:05 -03:00
'use strict';
describe('sidebarController', function(){
var scope, controller;
beforeEach(angular.mock.module('copayApp.controllers'));
it('wallet selection', function(){
expect(true).not.toBeUndefined();
});
});