You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Run mock services that this service depends on.
69
+
if(MOCK){
70
+
varmock=Seneca({tag:'mock'})
71
+
.test('print')
72
+
.use('entity')
73
+
74
+
if(MOCK_NPM){
75
+
mock
76
+
.listen(9040)
77
+
.add('role:npm',function(msg,reply){
78
+
reply({"entity$":{"name":"npm"},"name":"jsonic","version":"0.2.2","giturl":"git://github.com/rjrodger/jsonic.git","desc":"JSON parser that isn't strict","readme":"","id":"jsonic"})
0 commit comments