UNPKG

uvu-jest

Version:

Run the existing jest code with uvu

15 lines 448 B
import { SnapshotResolver } from 'jest-snapshot'; declare type Config = { rootPath?: string; setupFiles?: string[]; snapshotResolver?: string; customMatchers?: string; }; declare type LoadConfigResult = { snapshotResolver?: SnapshotResolver; customMatchers?: Record<string, CallableFunction>; config: Config; }; export declare const loadConfig: () => LoadConfigResult; export {}; //# sourceMappingURL=loadConfig.d.ts.map