Skip to main content
Module

x/graphql_http/dev_deps.ts>describe

GraphQL client and handler compliant with GraphQL over HTTP specification
Latest
interface describe
import { type describe } from "https://deno.land/x/graphql_http@1.0.0-beta.20/dev_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/graphql_http@1.0.0-beta.20/dev_deps.ts";

Registers a test suite.