Skip to main content
Module

x/bcdeno_api/dev_deps.ts

🎲 Use BCDice-API from Deno easily
Latest
import * as bcdenoApi from "https://deno.land/x/bcdeno_api@v1.1.1/dev_deps.ts";

Functions

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

Make an assertion that actual and expected are equal, deeply. If not deeply equal, then throw.

Executes a function which returns a promise, expecting it to reject.

Make an assertion that actual and expected are strictly equal. If not then throw.

Run some shared setup before all of the tests in the suite.

Registers a test suite.

Registers an individual test case.

Interfaces

Registers a test suite.

Registers an individual test case.