mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
For now it shows/hides columns in the Device List and adds kicking behaviour. Using $rootScope.adminMode for convenience.
11 lines
215 B
JavaScript
11 lines
215 B
JavaScript
describe('AdminModeService', function() {
|
|
|
|
beforeEach(module('stf.admin-mode'));
|
|
|
|
it('should ...', inject(function(AdminModeService) {
|
|
|
|
//expect(AdminModeService.doSomething()).toEqual('something');
|
|
|
|
}));
|
|
|
|
}) |