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