Skip to main content
Module

x/ponder/deps.ts>bdd.it

Simple ORM for PostGRES
Go to Latest
interface bdd.it
import { type bdd } from "https://deno.land/x/ponder@v0.0.4.0/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/ponder@v0.0.4.0/deps.ts";
const { it } = bdd;

Registers an individual test case.