generator-teonet-webkit
Version:
Teonet node-webkit application generator
21 lines (16 loc) • 529 B
JavaScript
;
describe('Directive: peerControl', function () {
// load the directive's module
beforeEach(module('teonetWebkitApp'));
// var element,
// scope;
// beforeEach(inject(function ($rootScope) {
// scope = $rootScope.$new();
// }));
//
// it('should make hidden element visible', inject(function ($compile) {
// element = angular.element('<peer-control></peer-control>');
// element = $compile(element)(scope);
// expect(element.text()).toBe('this is the peerControl directive');
// }));
});