mirror of
https://github.com/openstf/stf
synced 2025-10-05 19:42:01 +02:00
5 lines
102 B
JavaScript
5 lines
102 B
JavaScript
describe('AdminModeService', function() {
|
|
|
|
beforeEach(angular.mock.module(require('./').name));
|
|
|
|
})
|