Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/clarigen/src/deps.ts>assert

Deno package for type-safe Clarinet tests
Go to Latest
function assert
import { assert } from "https://deno.land/x/clarigen@v0.4.4/src/deps.ts";

Make an assertion, error will be thrown if expr does not have truthy value.

Parameters

expr: unknown
optional
msg = [UNSUPPORTED]

Returns

asserts expr