UNPKG

319 BTypeScriptView Raw
1export declare function expectThrowsAsync(actual: Promise<any>, expected?: string | RegExp, message?: string): Promise<void>;
2export declare function expectThrowsAsync(actual: Promise<any>, constructor: Error | Function, expected?: string | RegExp, message?: string): Promise<void>;
3//# sourceMappingURL=expect.d.ts.map
\No newline at end of file