UNPKG

alsatian

Version:

TypeScript and JavaScript testing framework for beautiful and readable tests

5 lines (4 loc) 143 B
import { MatchError } from "./match-error"; export declare class TestTimeoutError extends MatchError { constructor(testTimeout: number); }