import { createMockNext } from "https://dotland.deno.dev/x/oak@v17.1.2/testing.ts";
Creates a mock next()
function which can be used when calling
middleware.
x/oak/testing.ts>createMockNext
import { createMockNext } from "https://dotland.deno.dev/x/oak@v17.1.2/testing.ts";
Creates a mock next()
function which can be used when calling
middleware.