mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-29 18:50:07 +00:00
23 lines
542 B
JavaScript
23 lines
542 B
JavaScript
//'use strict';
|
|
//
|
|
//describe('Controller: HelpCtrl', function () {
|
|
//
|
|
// // load the controller's module
|
|
// beforeEach(module('superProductivity'));
|
|
//
|
|
// var HelpCtrl;
|
|
// var scope;
|
|
//
|
|
// // Initialize the controller and a mock scope
|
|
// beforeEach(inject(function ($controller, $rootScope) {
|
|
// scope = $rootScope.$new();
|
|
// HelpCtrl = $controller('HelpCtrl', {
|
|
// $scope: scope
|
|
// // place mocked dependencies here
|
|
// });
|
|
// }));
|
|
//
|
|
// it('should ...', function () {
|
|
// expect(true).toBe(true);
|
|
// });
|
|
//});
|