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

x/effection/test/suite.ts>describe

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

Registers a test suite.

Methods

only<T>(...args: DescribeArgs<T>): TestSuite<T>

Registers a test suite with only set to true.

ignore<T>(...args: DescribeArgs<T>): TestSuite<T>

Registers a test suite with ignore set to true.

function describe
import { describe } from "https://deno.land/x/effection@3.0.0-beta.3/test/suite.ts";

Registers a test suite.