import { testing } from "https://deno.land/x/oak@13.2.4/mod.ts";
const { createMockNext } = testing;
Creates a mock next()
function which can be used when calling
middleware.
import { testing } from "https://deno.land/x/oak@13.2.4/mod.ts";
const { createMockNext } = testing;
Creates a mock next()
function which can be used when calling
middleware.