Module

x/oak/mod.ts>testing

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
namespace testing
import { testing } from "https://dotland.deno.dev/x/oak@v11.1.0/mod.ts";

A collection of utility APIs which can make testing of an oak application easier.

Variables

Allows external parties to modify the context state.

Functions

Creates a mock of Application.

Create a mock of Context or RouterContext.

Creates a mock next() function which can be used when calling middleware.

Interfaces

Options that can be set in a mock context.