Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/superoak/mod.ts>Test#end

HTTP assertions for Oak made easy via SuperDeno. 🐿 🦕
Go to Latest
method Test.prototype.end
import { Test } from "https://deno.land/x/superoak@4.7.0/mod.ts";

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

Parameters

optional
callback: CallbackHandler

Returns

this

for chaining