UNPKG

testplane

Version:

Tests framework based on mocha and wdio

10 lines (9 loc) 242 B
interface UnhandledRejectionErrorDetails { testsHint: string; workerPid?: number; error: Error; } export declare class UnhandledRejectionError extends Error { constructor(details: UnhandledRejectionErrorDetails); } export {};