UNPKG

generator-teonet-webkit

Version:

Teonet node-webkit application generator

21 lines (17 loc) 527 B
'use strict'; describe('Directive: peerStatus', 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-status></peer-status>'); // element = $compile(element)(scope); // expect(element.text()).toBe('this is the peerStatus directive'); // })); });