MCPcopy
hub / github.com/forwardemail/supertest / localAssert

Method localAssert

lib/test.js:137–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135
136 super.end((err, res) => {
137 const localAssert = () => {
138 this.assert(err, res, fn);
139 };
140
141 if (server && server._handle) {
142 // Handle server closing with error handling for already closed servers

Callers

nothing calls this directly

Calls 1

assertMethod · 0.95

Tested by

no test coverage detected