UNPKG

jest-test-each

Version:

run parametrised tests easily [typesafe] without text tables or arrays of arrays.

4 lines (3 loc) 186 B
export declare const guard: (condition: boolean, message: string) => void; export declare const checkObjEmpty: (obj: any[]) => boolean; export declare const merge: (objs: any[]) => any;