Skip to main content
Module

x/http_utils/dev_deps.ts

HTTP utility collection for Fetch API
Go to Latest
import * as httpUtils from "https://deno.land/x/http_utils@1.0.0-beta.14/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, expecting it to throw. If it does not, then it throws.

Registers a test suite.

Registers an individual test case.

Interfaces

Registers a test suite.

Registers an individual test case.