import { type testing } from "https://deno.land/x/oak_sessions@v4.0.1/deps.ts";
const { MockContextOptions } = testing;
Options that can be set in a mock context.
Type Parameters
optional
P extends RouteParams<R> = RouteParams<R>optional
S extends State = Record<string, any>