Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/url_concat/dev_deps.ts

Concatenate URL parts
Latest
import * as urlConcat from "https://deno.land/x/url_concat@1.0.0-beta.1/dev_deps.ts";

A BDD interface to Deno.test() API.

Variables

Consists of a built-in matcher for jest and is ready to use out of the box.

Functions

Run some shared teardown after all of the tests in the suite.

Run some shared teardown after each test in the suite.

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

Run some shared setup before each test in the suite.

Registers a test suite.

Registers an individual test case.

Interfaces

Registers a test suite.

The options for creating a test suite with the describe function.

Registers an individual test case.

The options for creating an individual test case with the it function.

A group of tests.

Type Aliases

The arguments for a DescribeFunction.

The arguments for an ItFunction.