MCPcopy Index your code
hub / github.com/forwardemail/supertest / app

Function app

test/supertest.js:1423–1425  ·  view source on GitHub ↗
(req, res)

Source from the content-addressed store, hash-verified

1421 tests.forEach(({ title, api, mockApi }) => {
1422 describe(title, function () {
1423 const app = function(req, res) {
1424 res.end('hey');
1425 };
1426
1427 it('should fire up the app on an ephemeral port', function (done) {
1428 api(app, { http2: true })

Callers

nothing calls this directly

Calls 1

endMethod · 0.80

Tested by

no test coverage detected