Skip to main content
Module

x/written/test_deps.ts>it

A set of utilities for manipulating text, with a focus on providing typographic tools rather than pure string manipulation.
Latest
interface it
import { type it } from "https://deno.land/x/written@v0.2.2/test_deps.ts";

Registers an individual test case.

Call Signatures

<T>(...args: ItArgs<T>): void

Methods

only<T>(...args: ItArgs<T>): void

Registers an individual test case with only set to true.

ignore<T>(...args: ItArgs<T>): void

Registers an individual test case with ignore set to true.

function it
import { it } from "https://deno.land/x/written@v0.2.2/test_deps.ts";

Registers an individual test case.

Parameters

...args: ItArgs<T>