Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/actionify/tests/deps.ts>describe

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
interface describe
import { type describe } from "https://deno.land/x/actionify@0.3.0/tests/deps.ts";

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 describe
import { describe } from "https://deno.land/x/actionify@0.3.0/tests/deps.ts";

Registers a test suite.