Skip to main content
Module

x/bundler/test_deps.ts

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

Functions

Make an assertion that actual includes the expected values. If not then an error will be thrown.

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.