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

x/hex/src/fp/tests/deps.ts>bdd.describe

An ecosystem delivering practices, philosophy and portability.
Go to Latest
interface bdd.describe
import { type bdd } from "https://deno.land/x/hex@0.5.15/src/fp/tests/deps.ts";
const { describe } = bdd;

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 bdd.describe
import { bdd } from "https://deno.land/x/hex@0.5.15/src/fp/tests/deps.ts";
const { describe } = bdd;

Registers a test suite.