Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
Module

x/scaffold/tests/deps.ts>assert

scaffold your next project with style and ๐Ÿ’—
Latest
function assert
Re-export
import { assert } from "https://deno.land/x/scaffold@0.3.0/tests/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