UNPKG

jest-test-gen

Version:

Generator of jest unit test with all imports mocked and tests stub for every class and function exported

7 lines (6 loc) 190 B
import * as minimist from 'minimist'; declare type TRunOptions = { returnOutput?: boolean; }; export declare function run(args: minimist.ParsedArgs, opts?: TRunOptions): any; export {};