Skip to content

Commit 819ec66

Browse files
committed
tms
1 parent d62f56d commit 819ec66

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"scripts": {
1313
"test": "lab -P test",
14-
"mock": "MOCK_SEARCH=true MOCK_INFO=true node srv/web-dev.js"
14+
"mock": "MOCK_SEARCH=true MOCK_INFO=true MOCK_SUGGEST=true node srv/web-dev.js"
1515
},
1616
"repository": {
1717
"type": "git",

srv/web-stage.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ var Seneca = require('seneca')
77
var app = require('../web.js')
88

99
Seneca({tag: 'web'})
10+
.test('print')
11+
1012
.use('zipkin-tracer', {host: 'zipkin', sampling: 1})
1113
.use('statsd', {host: 'stats'})
1214

0 commit comments

Comments
 (0)