Skip to main content
Module

x/http_compress/dev_deps.ts>describe

Compress HTTP response, supported Web standard compression methods
Latest
interface describe
import { type describe } from "https://deno.land/x/http_compress@1.0.1/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/http_compress@1.0.1/dev_deps.ts";

Registers a test suite.