mirror of
https://github.com/openstf/stf
synced 2025-10-06 03:50:04 +02:00
11 lines
No EOL
202 B
JavaScript
11 lines
No EOL
202 B
JavaScript
describe('LogcatService', function() {
|
|
|
|
beforeEach(module('stf.logcat'));
|
|
|
|
it('should ...', inject(function(LogcatService) {
|
|
|
|
//expect(LogcatService.doSomething()).toEqual('something');
|
|
|
|
}));
|
|
|
|
}) |