Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/hex/src/service/deps.ts>oak.testing.createMockContext

An ecosystem delivering practices, philosophy and portability.
Go to Latest
function oak.testing.createMockContext
import { oak } from "https://deno.land/x/hex@0.5.15/src/service/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]