Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/oak_nest/test_deps.ts>testing.createMockNext

Refer to nestjs to realize some common functions for Deno
Go to Latest
function testing.createMockNext
import { testing } from "https://deno.land/x/oak_nest@v1.14.2/test_deps.ts";
const { createMockNext } = testing;

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