Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/continuation/t/bdd.ts>describe

Delimited Continuations for JavasScript
Go to Latest
interface describe
import { type describe } from "https://deno.land/x/continuation@0.1.5/t/bdd.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/continuation@0.1.5/t/bdd.ts";

Registers a test suite.