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

x/effection/test/suite.ts>it

Structured concurrency and effects for JavaScript
Latest
interface it
import { type it } from "https://deno.land/x/effection@3.0.3/test/suite.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/effection@3.0.3/test/suite.ts";

Registers an individual test case.