blob: 7d3869446ec1b4719dca41cca45a1be2a57652b5 [file] [log] [blame]
describe('LogcatService', function() {
beforeEach(angular.mock.module(require('./').name))
it('should ...', inject(function() {
//expect(LogcatService.doSomething()).toEqual('something')
}))
})