import { type it } from "https://deno.land/x/test_suite@0.16.1/describe.ts";
Registers an individual test case.
Call Signatures
<T>(...args: ItArgs<T>): void
Deprecated
Use https://deno.land/std/testing/bdd.ts instead.
import { it } from "https://deno.land/x/test_suite@0.16.1/describe.ts";