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

x/cav/test/deps.ts>unimplemented

A server framework for Deno
Go to Latest
function unimplemented
import { unimplemented } from "https://deno.land/x/cav@0.2.3/test/deps.ts";

Use this to stub out methods that will throw when invoked.

Parameters

optional
msg: string

Returns

never