Skip to main content
Module

x/superdeno/test/deps.ts>Oak.testing.createMockNext

Super-agent driven library for testing Deno HTTP servers.
Latest
function Oak.testing.createMockNext
import { Oak } from "https://deno.land/x/superdeno@4.9.0/test/deps.ts";
const { createMockNext } = Oak.testing;

Creates a mock next() function which can be used when calling middleware.