Module

x/justaos_orm/test/test.deps.ts>it

JUSTAOS's ORM (Object–relational mapping) tool is built for Deno and provides transparent persistence for JavaScript objects to Postgres database.
Go to Latest
interface it
import { type it } from "https://dotland.deno.dev/x/justaos_orm@v6.4.0/test/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.

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

Registers an individual test case with ignore set to true. Alias of .ignore().

function it
import { it } from "https://dotland.deno.dev/x/justaos_orm@v6.4.0/test/test.deps.ts";

Registers an individual test case.