UNPKG
ti-debug
Version:
latest (0.2.1)
0.2.1
Server-side components for WebKit Remote Debugging
github.com/dpb587/ti-debug
dpb587/ti-debug
ti-debug
/
test
/
unit
/
ti-debug
/
_utility.js
18 lines
(17 loc)
•
323 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module
.
exports
.
createMockService
=
function
(
service
) {
return
new
service
(
// ti-debug
{},
// app
{ io : { on :
function
(
) {} }, get :
function
(
) {} },
// options
{},
// logger
null
); };