UNPKG

ti-debug

Version:

Server-side components for WebKit Remote Debugging

18 lines (17 loc) 323 B
module.exports.createMockService = function (service) { return new service( // ti-debug {}, // app { io : { on : function () {} }, get : function () {} }, // options {}, // logger null ); };