x/oak/mod.ts

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Very Popular
Go to Latest
function testing.createMockNext
import { testing } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/mod.ts?s=testing.createMockNext";

const { createMockNext } = testing;

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