Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/continuation/t/bdd.ts>it

Delimited Continuations for JavasScript
Go to Latest
interface it
import { type it } from "https://deno.land/x/continuation@0.1.5/t/bdd.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/continuation@0.1.5/t/bdd.ts";

Registers an individual test case.