Skip to main content
Module

x/superdeno/mod.ts>Test#end

Super-agent driven library for testing Deno HTTP servers.
Go to Latest
method Test.prototype.end
import { Test } from "https://deno.land/x/superdeno@4.8.0/mod.ts";

Defer invoking superagent's .end() until the server is listening.

Parameters

optional
callback: CallbackHandler

Returns

this

for chaining