mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-29 18:50:07 +00:00
21 lines
No EOL
516 B
JavaScript
21 lines
No EOL
516 B
JavaScript
//'use strict';
|
|
//
|
|
//describe('Directive: themeSettings', 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('<theme-settings></theme-settings>')(scope);
|
|
// scope.$digest();
|
|
// expect(true).toBe(true);
|
|
// }));
|
|
//});
|