super-productivity/app-src/scripts/main-header/main-header-d.spec.js
2018-03-14 22:46:03 +01:00

21 lines
No EOL
507 B
JavaScript

//'use strict';
//
//describe('Directive: mainHeader', function () {
//
// // load the directive's module
// beforeEach(module('superProductivity'));
// beforeEach(module('templates'));
//
// var element,
// scope;
//
// beforeEach(inject(function ($rootScope) {
// scope = $rootScope.$new();
// }));
//
// it('should do something', inject(function ($compile) {
// element = $compile('<main-header></main-header>')(scope);
// scope.$digest();
// expect(true).toBe(true);
// }));
//});