import { type bdd } from "https://deno.land/x/hex@0.5.15/src/formatters/tests/deps.ts";
const { describe } = bdd;
Registers a test suite.
Call Signatures
<T>(...args: DescribeArgs<T>): TestSuite<T>
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.
import { bdd } from "https://deno.land/x/hex@0.5.15/src/formatters/tests/deps.ts";
const { describe } = bdd;