UNPKG

@rstest/core

Version:
10 lines (7 loc) 206 B
export declare const runGlobalTeardown: () => Promise<{ success: boolean; error?: string; }>; declare function runInPool(options: any): Promise<any>; export default runInPool; export { }