Skip to main content
Module

x/denox/dev_deps.ts

Script runner and workspace configuration for Deno
Latest
import * as denox from "https://deno.land/x/denox@0.4.0/dev_deps.ts";

Functions

Make an assertion that actual contains the expected values If not then thrown.

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

Make an assertion that actual contains expected. If not then thrown.

Executes a function, expecting it to throw. If it does not, then it throws. An error class and a string that should be included in the error message can also be asserted.

Parses content as single YAML document.