x/oak/testing.ts

A middleware framework for handling HTTP with Deno, Node, Bun and Cloudflare Workers 🐿️ 🦕
Very Popular
Latest
function createMockApp
import { createMockApp } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v17.1.3/testing.ts?s=createMockApp";

Creates a mock of Application.

Type Parameters

optional
S extends Record<PropertyKey, any> = Record<string, any>
[src]

Parameters

optional
state: S
[src]