UNPKG

uvu-jest

Version:

Run the existing jest code with uvu

7 lines 195 B
declare type ParsedSuite = { name: string; file: string; }; export declare const run: (suites: ParsedSuite[], opts?: any) => Promise<void>; export {}; //# sourceMappingURL=ts-run.d.ts.map