interface itimport { type it } from "https://dotland.deno.dev/std@0.181.0/testing/bdd.ts"; Registers an individual test case. Call Signatures<T>(...args: ItArgs<T>): voidMethodsonly<T>(...args: ItArgs<T>): voidRegisters an individual test case with only set to true. ignore<T>(...args: ItArgs<T>): voidRegisters an individual test case with ignore set to true. function itimport { it } from "https://dotland.deno.dev/std@0.181.0/testing/bdd.ts"; it<T>(...args: ItArgs<T>)Registers an individual test case. Type ParametersTParameters...args: ItArgs<T>