Skip to main content
Module

x/ponder/deps.ts>bdd.describe

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

Registers a test suite.