Skip to main content
Module

x/earthstar/src/test/asserts.ts>assert

A specification and Javascript library for building online tools you can truly call your own.
Go to Latest
function assert
import { assert } from "https://deno.land/x/earthstar@v9.3.3/src/test/asserts.ts";

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

Parameters

expr: unknown
optional
msg = [UNSUPPORTED]

Returns

asserts expr