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

x/effection/test/suite.ts

Structured concurrency and effects for JavaScript
Go to Latest
import * as effection from "https://deno.land/x/effection@3.0.0-beta.3/test/suite.ts";

A BDD interface to Deno.test() API.

Variables

Asserts the value type is assignable to the generic Type.

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.