Skip to main content
function testEach
import { testEach } from "https://deno.land/x/test_each@v0.0.2/test_each.ts";

Parameters

name: string
input: TestCase<T, K>[]
fn: (testCase: TestCase<T, K>) => Promise<unknown> | unknown
optional
options: { only?: boolean; ignore?: boolean; sanitizeOps?: boolean; sanitizeResources?: boolean; }