function unimplemented
unimplemented(msg?: string): neverDeprecated
(will be removed after 1.0.0) Import from https://deno.land/std/assert/unimplemented.ts instead.
Use this to stub out methods that will throw when invoked.
Examples
Example 1
Example 1
import { unimplemented } from "@std/testing/asserts"; unimplemented(); // Throws
Parameters
optional
msg: stringReturn Type
never