mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:23:28 +02:00
6 lines
102 B
JavaScript
6 lines
102 B
JavaScript
describe('AdminModeService', function() {
|
|
|
|
beforeEach(angular.mock.module(require('./').name));
|
|
|
|
})
|