mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-17 23:53:25 +02:00
12 lines
206 B
JavaScript
12 lines
206 B
JavaScript
describe('LogcatService', function() {
|
|
|
|
beforeEach(angular.mock.module(require('./').name))
|
|
|
|
it('should ...', inject(function() {
|
|
|
|
//expect(LogcatService.doSomething()).toEqual('something')
|
|
|
|
}))
|
|
|
|
})
|