Skip to main content
Module

x/oak/mod.ts>testing.createMockApp

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
function testing.createMockApp
import { testing } from "https://deno.land/x/oak@v10.6.0/mod.ts";
const { createMockApp } = testing;

Creates a mock of Application.

Type Parameters

optional
S extends Record<string | number | symbol, any> = Record<string, any>

Parameters

optional
state = [UNSUPPORTED]