Skip to main content
Module

x/justaos_utils/test.deps.ts>it

Common utility functions used across projects
Go to Latest
interface it
import { type it } from "https://deno.land/x/justaos_utils@v1.6.0/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/justaos_utils@v1.6.0/test.deps.ts";

Registers an individual test case.