UNPKG

testplane

Version:

Tests framework based on mocha and wdio

8 lines (7 loc) 139 B
/** * @category Errors */ export declare class AssertViewError extends Error { message: string; constructor(message?: string); }