MCPcopy Index your code
hub / github.com/brianc/node-postgres / test

Method test

packages/pg/test/suite.js:69–72  ·  view source on GitHub ↗
(name, cb)

Source from the content-addressed store, hash-verified

67 }
68
69 test(name, cb) {
70 const test = new Test(name, cb)
71 this._queue.push(test)
72 }
73}
74
75module.exports = Suite

Callers 15

parseFunction · 0.80
isBase64Function · 0.80
parseAttributePairsFunction · 0.80
parseServerFirstMessageFunction · 0.80
domain-tests.jsFile · 0.80
appname-tests.jsFile · 0.80
notice-tests.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected