Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/fed_dev/test_deps.ts

A Bundler with the web in mind.
Latest
import * as fedDev from "https://deno.land/x/fed_dev@0.9.0/test_deps.ts";

Functions

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.

Executes a function, expecting it to throw. If it does not, then it throws.