sgnl opened this issue 8 years ago · 0 comments
instead of having this hack:
if (MockReq) { Req = MockReq }
and
if (this.hasOwnProperty('MockSSDPClient')) { Client = new this.MockSSDPClient() } else { Client = new NodeSSDPClient() }