import { type describe } from "https://deno.land/x/redis@v0.27.0/vendor/https/deno.land/std/testing/bdd.ts";
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 { describe } from "https://deno.land/x/redis@v0.27.0/vendor/https/deno.land/std/testing/bdd.ts";