import { type bdd } from "https://deno.land/x/hex@0.5.15/src/formatters/tests/deps.ts";
const { it } = bdd;
Registers an individual test case.
Call Signatures
<T>(...args: ItArgs<T>): void
import { bdd } from "https://deno.land/x/hex@0.5.15/src/formatters/tests/deps.ts";
const { it } = bdd;