Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/capi/deps/std/testing/asserts.ts>unimplemented

[WIP] A framework for crafting interactions with Substrate chains
Latest
function unimplemented
import { unimplemented } from "https://deno.land/x/capi@v0.1.1-beta.1/deps/std/testing/asserts.ts";

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

Parameters

optional
msg: string

Returns

never