Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/superdeno/test/deps.ts>Oak.testing.createMockContext

Super-agent driven library for testing Deno HTTP servers.
Latest
function Oak.testing.createMockContext
import { Oak } from "https://deno.land/x/superdeno@4.9.0/test/deps.ts";
const { createMockContext } = Oak.testing;

Create a mock of Context or RouterContext.

Type Parameters

R extends string
optional
P extends RouteParams<R> = RouteParams<R>
optional
S extends State = Record<string, any>

Parameters

optional
unnamed 0: MockContextOptions<R> = [UNSUPPORTED]