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

x/denoexec/deps.ts>testing.unimplemented

A higher level wrapper around https://doc.deno.land/builtin/stable#Deno.run
Latest
function testing.unimplemented
import { testing } from "https://deno.land/x/denoexec@v1.1.5/deps.ts";
const { unimplemented } = testing;

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

Parameters

optional
msg: string

Returns

never