mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
11 lines
202 B
JavaScript
11 lines
202 B
JavaScript
describe('LogcatService', function() {
|
|
|
|
beforeEach(module('stf.logcat'));
|
|
|
|
it('should ...', inject(function(LogcatService) {
|
|
|
|
//expect(LogcatService.doSomething()).toEqual('something');
|
|
|
|
}));
|
|
|
|
}) |