Files
stf-DeviceFarmer/res/app/components/stf/admin-mode/admin-mode-spec.js
Gunther Brunner fa71aae56a Added admin-mode.
For now it shows/hides columns in the Device List and adds kicking behaviour.
Using $rootScope.adminMode for convenience.
2014-07-14 20:23:32 +09:00

11 lines
215 B
JavaScript

describe('AdminModeService', function() {
beforeEach(module('stf.admin-mode'));
it('should ...', inject(function(AdminModeService) {
//expect(AdminModeService.doSomething()).toEqual('something');
}));
})