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.it

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

Registers an individual test case.

Call Signatures

<T>(...args: ItArgs<T>): void

Methods

only<T>(...args: ItArgs<T>): void

Registers an individual test case with only set to true.

ignore<T>(...args: ItArgs<T>): void

Registers an individual test case with ignore set to true.

function bdd.it
import { bdd } from "https://deno.land/x/hex@0.5.15/src/fp/tests/deps.ts";
const { it } = bdd;

Registers an individual test case.