import { testing } from "https://deno.land/x/oak_nest@v1.13.15/test_deps.ts";
const { createMockContext } = testing;
Create a mock of Context
or RouterContext
.
Parameters
optional
unnamed 0: MockContextOptions<R> = [UNSUPPORTED]x/oak_nest/test_deps.ts>testing.createMockContext
import { testing } from "https://deno.land/x/oak_nest@v1.13.15/test_deps.ts";
const { createMockContext } = testing;
Create a mock of Context
or RouterContext
.