MCPcopy
hub / github.com/flatiron/director / assertBark

Function assertBark

test/server/http/http-test.js:18–24  ·  view source on GitHub ↗
(uri)

Source from the content-addressed store, hash-verified

16 macros = helpers.macros;
17
18function assertBark(uri) {
19 return macros.assertGet(
20 9090,
21 uri,
22 'hello from (bark)'
23 );
24}
25
26vows.describe('director/http').addBatch({
27 "An instance of director.http.Router": {

Callers 1

http-test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…