mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Fixed most of the dependencies by unit testing.
Refactored TransactionService and StorageService.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
var _ = require('lodash')
|
||||
var _s = require('underscore.string')
|
||||
|
||||
module.exports = function LogcatServiceFactory(socket, DeviceService, FilterStringService) {
|
||||
module.exports = function LogcatServiceFactory(socket, FilterStringService) {
|
||||
var service = {}
|
||||
service.started = false
|
||||
service.numberOfEntries = 0
|
||||
|
||||
Reference in New Issue
Block a user