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